Skip to content

Commit

Permalink
[e] (0) Try to clarify the element summary. I fear this may just make…
Browse files Browse the repository at this point in the history
… things worse though.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12350

git-svn-id: http://svn.whatwg.org/webapps@6114 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent 991ace2 commit 8e2a785
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 9 deletions.
15 changes: 12 additions & 3 deletions complete.html
Expand Up @@ -94949,7 +94949,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<thead><tr><th> Element
<th> Description
<th> Categories
<th> Parents
<th> Parents&dagger;
<th> Children
<th> Attributes
<th> Interface
Expand Down Expand Up @@ -95785,8 +95785,8 @@ <h3 class=no-num id=elements-1>Elements</h3>
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a>;
<code><a href=#the-rt-element>rt</a></code> element;
<code><a href=#the-rp-element>rp</a></code> element*</td>
<code><a href=#the-rt-element>rt</a></code>;
<code><a href=#the-rp-element>rp</a></code>*</td>
<td><a href=#global-attributes title="global attributes">globals</a></td>
<td><code><a href=#htmlelement>HTMLElement</a></code></td>
<tr><th><code><a href=#the-s-element>s</a></code></th>
Expand Down Expand Up @@ -96095,6 +96095,15 @@ <h3 class=no-num id=elements-1>Elements</h3>
<td><code><a href=#htmlelement>HTMLElement</a></code></td>
</table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

<p>&dagger; Categories in the "Parents" column refer to parents that
list the given categories in their content model, not to elements
that themselves are in those categories. For example, the
<code><a href=#the-a-element>a</a></code> element's "Parents" column says "phrasing", so any
element whose content model contains the "phrasing" category could
be a parent of an <code><a href=#the-a-element>a</a></code> element. Since the "flow" category
includes all the "phrasing" elements, that means the
<code><a href=#the-address-element>address</a></code> element could be a parent to an <code><a href=#the-a-element>a</a></code>
element.</p>



Expand Down
15 changes: 12 additions & 3 deletions index
Expand Up @@ -90930,7 +90930,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<thead><tr><th> Element
<th> Description
<th> Categories
<th> Parents
<th> Parents&dagger;
<th> Children
<th> Attributes
<th> Interface
Expand Down Expand Up @@ -91766,8 +91766,8 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a>;
<code><a href=#the-rt-element>rt</a></code> element;
<code><a href=#the-rp-element>rp</a></code> element*</td>
<code><a href=#the-rt-element>rt</a></code>;
<code><a href=#the-rp-element>rp</a></code>*</td>
<td><a href=#global-attributes title="global attributes">globals</a></td>
<td><code><a href=#htmlelement>HTMLElement</a></code></td>
<tr><th><code><a href=#the-s-element>s</a></code></th>
Expand Down Expand Up @@ -92076,6 +92076,15 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td><code><a href=#htmlelement>HTMLElement</a></code></td>
</table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

<p>&dagger; Categories in the "Parents" column refer to parents that
list the given categories in their content model, not to elements
that themselves are in those categories. For example, the
<code><a href=#the-a-element>a</a></code> element's "Parents" column says "phrasing", so any
element whose content model contains the "phrasing" category could
be a parent of an <code><a href=#the-a-element>a</a></code> element. Since the "flow" category
includes all the "phrasing" elements, that means the
<code><a href=#the-address-element>address</a></code> element could be a parent to an <code><a href=#the-a-element>a</a></code>
element.</p>



Expand Down
15 changes: 12 additions & 3 deletions source
Expand Up @@ -107877,7 +107877,7 @@ interface <span>HTMLDocument</span> {
<th> Element
<th> Description
<th> Categories
<th> Parents
<th> Parents&dagger;
<th> Children
<th> Attributes
<th> Interface
Expand Down Expand Up @@ -108935,8 +108935,8 @@ interface <span>HTMLDocument</span> {
<span title="Phrasing content">phrasing</span></td>
<td><span title="Phrasing content">phrasing</span></td>
<td><span title="Phrasing content">phrasing</span>;
<code>rt</code> element;
<code>rp</code> element*</td>
<code>rt</code>;
<code>rp</code>*</td>
<td><span title="global attributes">globals</span></td>
<td><code>HTMLElement</code></td>
</tr>
Expand Down Expand Up @@ -109335,6 +109335,15 @@ interface <span>HTMLDocument</span> {
</table>
<p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

<p>&dagger; Categories in the "Parents" column refer to parents that
list the given categories in their content model, not to elements
that themselves are in those categories. For example, the
<code>a</code> element's "Parents" column says "phrasing", so any
element whose content model contains the "phrasing" category could
be a parent of an <code>a</code> element. Since the "flow" category
includes all the "phrasing" elements, that means the
<code>address</code> element could be a parent to an <code>a</code>
element.</p>



Expand Down

0 comments on commit 8e2a785

Please sign in to comment.