Skip to content

Commit

Permalink
[e] (0) Remove the obsolete integration for custom elements from the …
Browse files Browse the repository at this point in the history
…HTML spec.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25714
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8633 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 14, 2014
1 parent 374d952 commit f5fc01e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
14 changes: 1 addition & 13 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 13 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -72568,15 +72568,6 @@ <h5 id=processing-model-5><span class=secno>7.1.4.2 </span>Processing model</h5>

<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>

Expand Down Expand Up @@ -104254,9 +104245,6 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
<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>

Expand Down
14 changes: 1 addition & 13 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 13 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -72568,15 +72568,6 @@ dictionary <dfn id=erroreventinit>ErrorEventInit</dfn> : <a href=#eventinit>Even

<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>

Expand Down Expand Up @@ -104254,9 +104245,6 @@ if (s = prompt('What is your name?')) {
<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>

Expand Down
9 changes: 0 additions & 9 deletions source
Expand Up @@ -79933,15 +79933,6 @@ dictionary <dfn>ErrorEventInit</dfn> : <span>EventInit</span> {

<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>

Expand Down

0 comments on commit f5fc01e

Please sign in to comment.