Skip to content

Commit

Permalink
[e] (0) Add an ID. (also, add a missing word)
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7739

git-svn-id: http://svn.whatwg.org/webapps@4053 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 60a1c35 commit 555eb36
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions index
Expand Up @@ -12997,13 +12997,13 @@ not-slash = %x0000-002E / %x0030-10FFFF
element when it would make sense to syndicate the contents of the
element.</p>

<p class=note>The <code><a href=#the-section-element>section</a></code> element is not a generic
container element. When an element is needed for styling purposes or
as a convenience for scripting, authors are encouraged to use the
<code><a href=#the-div-element>div</a></code> element instead. A general rule is that the
<code><a href=#the-section-element>section</a></code> element is appropriate only if the element's
contents would be listed explicitly in the document's
<a href=#outline>outline</a>.</p>
<p class=note id=use-div-for-wrappers>The <code><a href=#the-section-element>section</a></code>
element is not a generic container element. When an element is
needed for styling purposes or as a convenience for scripting,
authors are encouraged to use the <code><a href=#the-div-element>div</a></code> element
instead. A general rule is that the <code><a href=#the-section-element>section</a></code> element is
appropriate only if the element's contents would be listed
explicitly in the document's <a href=#outline>outline</a>.</p>

<div class=example>

Expand Down Expand Up @@ -64985,8 +64985,8 @@ document.body.appendChild(text);
attribute names, attribute values, text nodes, etc. While
implementors are encouraged to avoid arbitrary limits, it is
recognized that <a href=#hardwareLimitations>practical
concerns</a> will likely force user agents to impose nesting
depths.</p>
concerns</a> will likely force user agents to impose nesting depth
constraints.</p>


<h5 id=creating-and-inserting-elements><span class=secno>9.2.5.1 </span>Creating and inserting elements</h5>
Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -13834,13 +13834,13 @@ not-slash = %x0000-002E / %x0030-10FFFF
element when it would make sense to syndicate the contents of the
element.</p>

<p class="note">The <code>section</code> element is not a generic
container element. When an element is needed for styling purposes or
as a convenience for scripting, authors are encouraged to use the
<code>div</code> element instead. A general rule is that the
<code>section</code> element is appropriate only if the element's
contents would be listed explicitly in the document's
<span>outline</span>.</p>
<p class="note" id="use-div-for-wrappers">The <code>section</code>
element is not a generic container element. When an element is
needed for styling purposes or as a convenience for scripting,
authors are encouraged to use the <code>div</code> element
instead. A general rule is that the <code>section</code> element is
appropriate only if the element's contents would be listed
explicitly in the document's <span>outline</span>.</p>

<div class="example">

Expand Down Expand Up @@ -80078,8 +80078,8 @@ document.body.appendChild(text);
attribute names, attribute values, text nodes, etc. While
implementors are encouraged to avoid arbitrary limits, it is
recognized that <a href="#hardwareLimitations">practical
concerns</a> will likely force user agents to impose nesting
depths.</p>
concerns</a> will likely force user agents to impose nesting depth
constraints.</p>


<h5>Creating and inserting elements</h5>
Expand Down

0 comments on commit 555eb36

Please sign in to comment.