Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit a6ac154

Browse files
committed
Add template. r8000
1 parent 45e30b1 commit a6ac154

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
499499

500500
<p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-figcaption-element">figcaption</a></code> can be used as caption (it is optional).</p>
501501
</li>
502+
503+
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-template-element">template</a></code>
504+
can be used to declare fragments of HTML that can be cloned and inserted in the document by script.
505+
502506
</ul>
503507

504508
<p>Then there are several other new elements:</p>

Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@ <h3 id="new-elements">New Elements</h3>
478478

479479
<p><code data-anolis-spec=html>figcaption</code> can be used as caption (it is optional).</p>
480480
</li>
481+
482+
<li><p><code data-anolis-spec=html>template</code>
483+
can be used to declare fragments of HTML that can be cloned and inserted in the document by script.
484+
481485
</ul>
482486

483487
<p>Then there are several other new elements:</p>

Overview.whatwg.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,10 @@ <h3 id="new-elements"><span class="secno">3.1 </span>New Elements</h3>
462462

463463
<p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-figcaption-element">figcaption</a></code> can be used as caption (it is optional).</p>
464464
</li>
465+
466+
<li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-template-element">template</a></code>
467+
can be used to declare fragments of HTML that can be cloned and inserted in the document by script.
468+
465469
</ul>
466470

467471
<p>Then there are several other new elements:</p>

0 commit comments

Comments
 (0)