Skip to content

Commit

Permalink
Invert the content model for the <time> element
Browse files Browse the repository at this point in the history
Reported by @tzik in w3c/html#62

Fixes whatwg#636
  • Loading branch information
foolip committed Feb 6, 2016
1 parent 99373f9 commit d82d29d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18758,8 +18758,8 @@ this specification: the &lt;abbr>WHATWG&lt;/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>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>
<dd>If the element has a <code data-x="attr-time-datetime">datetime</code> attribute: <span>Phrasing content</span>.</dd>
<dd>Otherwise: <span>Text</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 @@ -117187,6 +117187,7 @@ INSERT INTERFACES HERE
Sylvain Pasche,
T. J. Crowder,
Tab Atkins-Bittner,
Taiju Tsuiki,
Takeshi Yoshino,
<span data-x="" lang="tr">Tantek &Ccedil;elik</span>,
&#30000;&#26449;&#20581;&#20154; (TAMURA Kent),
Expand Down

0 comments on commit d82d29d

Please sign in to comment.