Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[c] (0) Prevent nesting <time>, <meter>, <progress>.
git-svn-id: http://svn.whatwg.org/webapps@3692 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 29, 2009
1 parent 5b9a0ac commit d929dff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -15181,7 +15181,7 @@ resulting from the campaign's mismanagement.&lt;/p&gt;</pre>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
<dd><a href=#phrasing-content>Phrasing content</a>, but there must be no descendant <code><a href=#the-dfn-element>dfn</a></code> elements.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>, but there must be no <code><a href=#the-dfn-element>dfn</a></code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd>Also, the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element.</dd>
Expand Down Expand Up @@ -15899,7 +15899,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>, but there must be no <code><a href=#the-progress-element>progress</a></code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-progress-value><a href=#attr-progress-value>value</a></code></dd>
Expand Down Expand Up @@ -16074,15 +16074,15 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>


<h4 id=the-meter-element><span class=secno>4.6.18 </span>The <dfn><code>meter</code></dfn> element</h4>
<!-- Keep this after <progress> and NOT close to <time> -->
<!-- XXX Keep this after <progress> and NOT close to <time> -->

<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>, but there must be no <code><a href=#the-meter-element>meter</a></code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-meter-value><a href=#attr-meter-value>value</a></code></dd>
Expand Down Expand Up @@ -16514,7 +16514,7 @@ and a height of &lt;meter&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <strong>BAD!</
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>, but there must be no <code><a href=#the-time-element>time</a></code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code></dd>
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -16251,7 +16251,7 @@ resulting from the campaign's mismanagement.&lt;/p></pre>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt>Content model:</dt>
<dd><span>Phrasing content</span>, but there must be no descendant <code>dfn</code> elements.</dd>
<dd><span>Phrasing content</span>, but there must be no <code>dfn</code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd>Also, the <code title="attr-dfn-title">title</code> attribute has special semantics on this element.</dd>
Expand Down Expand Up @@ -17012,7 +17012,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt>Content model:</dt>
<dd><span>Phrasing content</span>.</dd>
<dd><span>Phrasing content</span>, but there must be no <code>progress</code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-progress-value">value</code></dd>
Expand Down Expand Up @@ -17206,7 +17206,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>


<h4>The <dfn><code>meter</code></dfn> element</h4>
<!-- Keep this after <progress> and NOT close to <time> -->
<!-- XXX Keep this after <progress> and NOT close to <time> -->

<dl class="element">
<dt>Categories</dt>
Expand All @@ -17215,7 +17215,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt>Content model:</dt>
<dd><span>Phrasing content</span>.</dd>
<dd><span>Phrasing content</span>, but there must be no <code>meter</code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-meter-value">value</code></dd>
Expand Down Expand Up @@ -17704,7 +17704,7 @@ and a height of &lt;meter>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</strong> -
<dt>Contexts in which this element may be used:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt>Content model:</dt>
<dd><span>Phrasing content</span>.</dd>
<dd><span>Phrasing content</span>, but there must be no <code>time</code> element descendants.</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-time-datetime">datetime</code></dd>
Expand Down

0 comments on commit d929dff

Please sign in to comment.