Skip to content

Commit

Permalink
Fix #535: allow <li value> inside <template>
Browse files Browse the repository at this point in the history
PR: #542
  • Loading branch information
shubheksha authored and zcorpan committed Jan 21, 2016
1 parent ead6cfe commit bfad3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -16504,7 +16504,7 @@ I first lived there):&lt;/p>
<dd><span>Flow content</span>.</dd>
<dt><span data-x="concept-element-attributes">Content attributes</span>:</dt>
<dd><span>Global attributes</span></dd>
<dd>If the element is a child of an <code>ol</code> element: <code data-x="attr-li-value">value</code></dd>
<dd>If the element is not a child of an <code>ul</code> or <code>menu</code> element: <code data-x="attr-li-value">value</code></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class="idl">interface <dfn>HTMLLIElement</dfn> : <span>HTMLElement</span> {
Expand Down

0 comments on commit bfad3be

Please sign in to comment.