Skip to content

Commit

Permalink
Fix #426, time element content model contradiction
Browse files Browse the repository at this point in the history
time element content model contains contradiction with body text
  • Loading branch information
CaseyLeask authored and domenic committed Dec 28, 2015
1 parent 0a25430 commit a14ca08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -18915,7 +18915,8 @@ this specification: the <abbr>WHATWG</abbr> and the
<dt><span data-x="concept-element-contexts">Contexts in which this element can be used</span>:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt><span data-x="concept-element-content-model">Content model</span>:</dt>
<dd><span>Phrasing content</span>.</dd>
<dd>If the element has a <code data-x="attr-time-datetime">datetime</code> attribute: <span>Text</span>.</dd>
<dd>Otherwise: <span>Phrasing content</span>.</dd>
<dt><span data-x="concept-element-attributes">Content attributes</span>:</dt>
<dd><span>Global attributes</span></dd>
<dd><code data-x="attr-time-datetime">datetime</code></dd>
Expand Down Expand Up @@ -117693,6 +117694,7 @@ INSERT INTERFACES HERE
Carlos Amengual,
Carlos Gabriel Cardona,
Carlos Perell&oacute; Mar&iacute;n,
Casey Leask,
C&#x103;t&#x103;lin Mari&#x219;,
Chao Cai,
&#xc724;&#xc11d;&#xcc2c; (Channy Yun),
Expand Down

0 comments on commit a14ca08

Please sign in to comment.