[html5] r8619 - [e] (0) Somehow I had typos and copypasta in the name of the addHitRegion parent [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 8 10:50:18 PDT 2014


Author: ianh
Date: 2014-05-08 10:50:12 -0700 (Thu, 08 May 2014)
New Revision: 8619

Modified:
   complete.html
   index
   source
Log:
[e] (0) Somehow I had typos and copypasta in the name of the addHitRegion parentID attribute here
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25608
Affected topics: Canvas, HTML, HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2014-05-07 23:32:17 UTC (rev 8618)
+++ complete.html	2014-05-08 17:50:12 UTC (rev 8619)
@@ -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 — Last Updated 7 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -59157,11 +59157,12 @@
    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
@@ -59200,7 +59201,8 @@
 
     </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>
@@ -104835,6 +104837,7 @@
   Francis Brosnan Blazquez,
   Franck 'Shift' Quélain,
   Frank Barchard,
+  Fredrik Söderquist,
   &#x9d5c;&#x98fc;&#x6587;&#x654f; (Fumitoshi Ukai),
   Futomi Hatano,
   Gavin Carothers,

Modified: index
===================================================================
--- index	2014-05-07 23:32:17 UTC (rev 8618)
+++ index	2014-05-08 17:50:12 UTC (rev 8619)
@@ -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 — Last Updated 7 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -59157,11 +59157,12 @@
    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
@@ -59200,7 +59201,8 @@
 
     </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>
@@ -104835,6 +104837,7 @@
   Francis Brosnan Blazquez,
   Franck 'Shift' Quélain,
   Frank Barchard,
+  Fredrik Söderquist,
   &#x9d5c;&#x98fc;&#x6587;&#x654f; (Fumitoshi Ukai),
   Futomi Hatano,
   Gavin Carothers,

Modified: source
===================================================================
--- source	2014-05-07 23:32:17 UTC (rev 8618)
+++ source	2014-05-08 17:50:12 UTC (rev 8619)
@@ -64621,14 +64621,15 @@
    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
@@ -64681,7 +64682,8 @@
 
    </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>
 
@@ -97010,7 +97012,7 @@
    <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
@@ -115879,6 +115881,7 @@
   Francis Brosnan Blazquez,
   Franck 'Shift' Quélain,
   Frank Barchard,
+  Fredrik Söderquist,
   鵜飼文敏 (Fumitoshi Ukai),
   Futomi Hatano,
   Gavin Carothers,



More information about the Commit-Watchers mailing list