[html5] r8633 - [e] (0) Remove the obsolete integration for custom elements from the HTML spec. [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed May 14 13:20:08 PDT 2014


Author: ianh
Date: 2014-05-14 13:19:58 -0700 (Wed, 14 May 2014)
New Revision: 8633

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove the obsolete integration for custom elements from the HTML spec.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25714
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-05-14 04:38:35 UTC (rev 8632)
+++ complete.html	2014-05-14 20:19:58 UTC (rev 8633)
@@ -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 13 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -72568,15 +72568,6 @@
 
   <ol><li><p>Let the <a href=#performing-a-microtask-checkpoint>performing a microtask checkpoint</a> flag be true.</li>
 
-   <li>
-
-    <p><dfn id=perform-a-custom-elements-checkpoint>Perform a custom elements checkpoint</dfn>. <a href=#refsCUSTOM>[CUSTOM]</a></p>
-
-    <p class=critical>This will be removed once custom elements have been updated to use the
-    <a href=#microtask-queue>microtask queue</a>.</p>
-
-   </li>
-
    <li><p><i>Microtask queue handling</i>: If the <a href=#event-loop>event loop</a>'s <a href=#microtask-queue>microtask
    queue</a> is empty, jump to the <i>done</i> step below.</li>
 
@@ -104254,9 +104245,6 @@
    <dt id=refsCSSWM>[CSSWM]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css-writing-modes>CSS Writing Modes</a></cite>, E. Etemad, K. Ishii. W3C.</dd>
 
-   <dt id=refsCUSTOM>[CUSTOM]</dt>
-   <dd><cite><a href=http://w3c.github.io/webcomponents/spec/custom/>Custom Elements</a></cite>, D. Glazkov. W3C.</dd>
-
    <dt id=refsDASH>[DASH]</dt>
    <dd><cite><a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=57623">Dynamic adaptive streaming over HTTP (DASH)</a></cite>. ISO.</dd>
 

Modified: index
===================================================================
--- index	2014-05-14 04:38:35 UTC (rev 8632)
+++ index	2014-05-14 20:19:58 UTC (rev 8633)
@@ -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 13 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 14 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -72568,15 +72568,6 @@
 
   <ol><li><p>Let the <a href=#performing-a-microtask-checkpoint>performing a microtask checkpoint</a> flag be true.</li>
 
-   <li>
-
-    <p><dfn id=perform-a-custom-elements-checkpoint>Perform a custom elements checkpoint</dfn>. <a href=#refsCUSTOM>[CUSTOM]</a></p>
-
-    <p class=critical>This will be removed once custom elements have been updated to use the
-    <a href=#microtask-queue>microtask queue</a>.</p>
-
-   </li>
-
    <li><p><i>Microtask queue handling</i>: If the <a href=#event-loop>event loop</a>'s <a href=#microtask-queue>microtask
    queue</a> is empty, jump to the <i>done</i> step below.</li>
 
@@ -104254,9 +104245,6 @@
    <dt id=refsCSSWM>[CSSWM]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/css-writing-modes>CSS Writing Modes</a></cite>, E. Etemad, K. Ishii. W3C.</dd>
 
-   <dt id=refsCUSTOM>[CUSTOM]</dt>
-   <dd><cite><a href=http://w3c.github.io/webcomponents/spec/custom/>Custom Elements</a></cite>, D. Glazkov. W3C.</dd>
-
    <dt id=refsDASH>[DASH]</dt>
    <dd><cite><a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=57623">Dynamic adaptive streaming over HTTP (DASH)</a></cite>. ISO.</dd>
 

Modified: source
===================================================================
--- source	2014-05-14 04:38:35 UTC (rev 8632)
+++ source	2014-05-14 20:19:58 UTC (rev 8633)
@@ -79933,15 +79933,6 @@
 
    <li><p>Let the <span>performing a microtask checkpoint</span> flag be true.</p></li>
 
-   <li>
-
-    <p><dfn>Perform a custom elements checkpoint</dfn>. <a href="#refsCUSTOM">[CUSTOM]</a></p>
-
-    <p class="critical">This will be removed once custom elements have been updated to use the
-    <span>microtask queue</span>.</p>
-
-   </li>
-
    <li><p><i>Microtask queue handling</i>: If the <span>event loop</span>'s <span>microtask
    queue</span> is empty, jump to the <i>done</i> step below.</p></li>
 



More information about the Commit-Watchers mailing list