Skip to content

Commit

Permalink
Fix #144: add note about upgrading after cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 7, 2016
1 parent 5f8bc0d commit 62c038f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion spec/custom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2>Concepts</h2>
<li><code>font-face-src</code></li>
<li><code>font-face-uri</code></li>
<li><code>font-face-format</code></li>
<li><codE>font-face-name</code></li>
<li><code>font-face-name</code></li>
<li><code>missing-glyph</code></li>
</ul>

Expand Down Expand Up @@ -676,6 +676,14 @@ <h3>Upgrading</h3>

</section>

<section>
<h3>Changes to Cloning</h3>

The following informational note should be added to the <a href="https://dom.spec.whatwg.org/#concept-node-clone">clone</a> algorithm's section on cloning elements:

<p class="note">Custom elements will be <a data-lt="upgrade a custom element">upgraded</a> when the calling operation finishes and <a data-lt="invoke custom element callbacks">invokes custom element callbacks</a>.</p>

</section>
</section>

<section id="semantics">
Expand Down

0 comments on commit 62c038f

Please sign in to comment.