html5/spec Overview.html,1.3214,1.3215

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28783

Modified Files:
	Overview.html 
Log Message:
Add an ID. (also, add a missing word) (whatwg r4053)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3214
retrieving revision 1.3215
diff -u -d -r1.3214 -r1.3215
--- Overview.html	29 Sep 2009 10:52:54 -0000	1.3214
+++ Overview.html	29 Sep 2009 11:03:23 -0000	1.3215
@@ -11525,13 +11525,13 @@
   sections for an introduction, news items, contact information.<p class="note">Authors are encouraged to use the
   <code><a href="#the-article-element">article</a></code> element instead of the <code><a href="#the-section-element">section</a></code>
   element when it would make sense to syndicate the contents of the
-  element.<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>.<div class="example">
+  element.<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>.<div class="example">
 
    <p>In the following example, we see an article (part of a larger
    Web page) about apples, containing two short sections.</p>
@@ -58641,8 +58641,8 @@
   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>

Received on Tuesday, 29 September 2009 11:03:37 UTC