Skip to content

Commit

Permalink
[e] (0) Somehow I had typos and copypasta in the name of the addHitRe…
Browse files Browse the repository at this point in the history
…gion parentID attribute here

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25608
Affected topics: Canvas, HTML, HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8619 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2014
1 parent 202e170 commit 88ded0f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
13 changes: 8 additions & 5 deletions complete.html
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 8 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -59157,11 +59157,12 @@ <h6 id=hit-regions><span class=secno>4.12.4.2.15 </span>Hit regions</h6>
any. If the <code title=dom-HitRegionOptions-id><a href=#dom-hitregionoptions-id>id</a></code> member is null or no such region
currently exists, let <var title="">previous region for this ID</var> be null.</li>

<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parent>parent</code> member is the empty string, let it be null
<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is the empty string, let it be null
instead.</li>

<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parent>parent</code> member is not null, then let <var title="">parent region</var> be <a href=#the-region-identified-by-the-id>the region identified by the ID</a> given by the <code title=dom-HitRegionOptions-parent>parent</code> member's value in the <a href=#scratch-bitmap>scratch
bitmap</a>, if any. If the <code title=dom-HitRegionOptions-parent>parent</code> member is
<!--CLEANUP-->
<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is not null, then let <var title="">parent region</var> be <a href=#the-region-identified-by-the-id>the region identified by the ID</a> given by the <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member's value in the <a href=#scratch-bitmap>scratch
bitmap</a>, if any. If the <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is
null or no such region currently exists, let <var title="">parent region</var> be null.</li>

<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-label><a href=#dom-hitregionoptions-label>label</a></code> member is the empty string, let it be null
Expand Down Expand Up @@ -59200,7 +59201,8 @@ <h6 id=hit-regions><span class=secno>4.12.4.2.15 </span>Hit regions</h6>

</ul></li>

<li><p>If the <code title=dom-HitRegionOptions-parent>parent</code> member is not null but <var title="">parent region</var> is null, then throw a <code><a href=#notfounderror>NotFoundError</a></code> exception and abort
<!--CLEANUP-->
<li><p>If the <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is not null but <var title="">parent region</var> is null, then throw a <code><a href=#notfounderror>NotFoundError</a></code> exception and abort
these steps.</li>

<li>
Expand Down Expand Up @@ -104835,6 +104837,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Francis Brosnan Blazquez,
Franck 'Shift' Qu&eacute;lain,
Frank Barchard,
Fredrik S&ouml;derquist,
&#x9d5c;&#x98fc;&#x6587;&#x654f; (Fumitoshi Ukai),
Futomi Hatano,
Gavin Carothers,
Expand Down
13 changes: 8 additions & 5 deletions index
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 8 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -59157,11 +59157,12 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
any. If the <code title=dom-HitRegionOptions-id><a href=#dom-hitregionoptions-id>id</a></code> member is null or no such region
currently exists, let <var title="">previous region for this ID</var> be null.</li>

<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parent>parent</code> member is the empty string, let it be null
<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is the empty string, let it be null
instead.</li>

<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parent>parent</code> member is not null, then let <var title="">parent region</var> be <a href=#the-region-identified-by-the-id>the region identified by the ID</a> given by the <code title=dom-HitRegionOptions-parent>parent</code> member's value in the <a href=#scratch-bitmap>scratch
bitmap</a>, if any. If the <code title=dom-HitRegionOptions-parent>parent</code> member is
<!--CLEANUP-->
<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is not null, then let <var title="">parent region</var> be <a href=#the-region-identified-by-the-id>the region identified by the ID</a> given by the <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member's value in the <a href=#scratch-bitmap>scratch
bitmap</a>, if any. If the <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is
null or no such region currently exists, let <var title="">parent region</var> be null.</li>

<li><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-label><a href=#dom-hitregionoptions-label>label</a></code> member is the empty string, let it be null
Expand Down Expand Up @@ -59200,7 +59201,8 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex

</ul></li>

<li><p>If the <code title=dom-HitRegionOptions-parent>parent</code> member is not null but <var title="">parent region</var> is null, then throw a <code><a href=#notfounderror>NotFoundError</a></code> exception and abort
<!--CLEANUP-->
<li><p>If the <code title=dom-HitRegionOptions-parentID><a href=#dom-hitregionoptions-parentid>parentID</a></code> member is not null but <var title="">parent region</var> is null, then throw a <code><a href=#notfounderror>NotFoundError</a></code> exception and abort
these steps.</li>

<li>
Expand Down Expand Up @@ -104835,6 +104837,7 @@ if (s = prompt('What is your name?')) {
Francis Brosnan Blazquez,
Franck 'Shift' Qu&eacute;lain,
Frank Barchard,
Fredrik S&ouml;derquist,
&#x9d5c;&#x98fc;&#x6587;&#x654f; (Fumitoshi Ukai),
Futomi Hatano,
Gavin Carothers,
Expand Down
15 changes: 9 additions & 6 deletions source
Expand Up @@ -64621,14 +64621,15 @@ v6DVT (also check for '- -' bits in the part above) -->
currently exists, let <var data-x="">previous region for this ID</var> be null.</p></li>

<li><p>If the <var data-x="">arguments</var> object's <code
data-x="dom-HitRegionOptions-parent">parent</code> member is the empty string, let it be null
data-x="dom-HitRegionOptions-parentID">parentID</code> member is the empty string, let it be null
instead.</p></li>

<!--CLEANUP-->
<li><p>If the <var data-x="">arguments</var> object's <code
data-x="dom-HitRegionOptions-parent">parent</code> member is not null, then let <var
data-x="dom-HitRegionOptions-parentID">parentID</code> member is not null, then let <var
data-x="">parent region</var> be <span>the region identified by the ID</span> given by the <code
data-x="dom-HitRegionOptions-parent">parent</code> member's value in the <span>scratch
bitmap</span>, if any. If the <code data-x="dom-HitRegionOptions-parent">parent</code> member is
data-x="dom-HitRegionOptions-parentID">parentID</code> member's value in the <span>scratch
bitmap</span>, if any. If the <code data-x="dom-HitRegionOptions-parentID">parentID</code> member is
null or no such region currently exists, let <var data-x="">parent region</var> be null.</p></li>

<li><p>If the <var data-x="">arguments</var> object's <code
Expand Down Expand Up @@ -64681,7 +64682,8 @@ v6DVT (also check for '- -' bits in the part above) -->

</li>

<li><p>If the <code data-x="dom-HitRegionOptions-parent">parent</code> member is not null but <var
<!--CLEANUP-->
<li><p>If the <code data-x="dom-HitRegionOptions-parentID">parentID</code> member is not null but <var
data-x="">parent region</var> is null, then throw a <code>NotFoundError</code> exception and abort
these steps.</p></li>

Expand Down Expand Up @@ -97010,7 +97012,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<li>If the new encoding is <span>a UTF-16 encoding</span>, change it to UTF-8.</li>

<li>If the new encoding is the x-user-defined encoding, change it to Windows-1252. <a
href="#refsENCODING">[ENCODING]</a></p></li> <!-- apparently this was a Chrome invention, later
href="#refsENCODING">[ENCODING]</a></li> <!-- apparently this was a Chrome invention, later
picked up by Mozilla -->

<li>If the new encoding is identical or equivalent to the encoding that is already being used to
Expand Down Expand Up @@ -115879,6 +115881,7 @@ if (s = prompt('What is your name?')) {
Francis Brosnan Blazquez,
Franck 'Shift' Qu&eacute;lain,
Frank Barchard,
Fredrik S&ouml;derquist,
&#40284;&#39164;&#25991;&#25935; (Fumitoshi Ukai),
Futomi Hatano,
Gavin Carothers,
Expand Down

0 comments on commit 88ded0f

Please sign in to comment.