html5/spec Overview.html,1.3668,1.3669

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

Modified Files:
	Overview.html 
Log Message:
move a dangling sentence in the lang='' section. Also, ack for last checkin. (whatwg r4592)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3668
retrieving revision 1.3669
diff -u -d -r1.3668 -r1.3669
--- Overview.html	15 Jan 2010 06:11:03 -0000	1.3668
+++ Overview.html	15 Jan 2010 06:14:59 -0000	1.3669
@@ -6895,13 +6895,13 @@
   </div><h5 id="the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang"><a href="#attr-lang">lang</a></code> and <code title="attr-xml-lang"><a href="#attr-xml-lang">xml:lang</a></code> attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-lang" title="attr-lang"><code>lang</code></dfn> attribute (in
   no namespace) specifies the primary <dfn id="language">language</dfn> for the
   element's contents and for any of the element's attributes that
-  contain text. Its value must be a valid BCP 47 language code, or
-  the empty string. <a href="#refsBCP47">[BCP47]</a><p>The <dfn id="attr-xml-lang" title="attr-xml-lang"><code title="">lang</code></dfn>
+  contain text. Its value must be a valid BCP 47 language code, or the
+  empty string. Setting the attribute to the empty string indicates
+  that the primary language is unknown<!-- UA conformance requirements
+  for this are below -->. <a href="#refsBCP47">[BCP47]</a><p>The <dfn id="attr-xml-lang" title="attr-xml-lang"><code title="">lang</code></dfn>
   attribute in the <a href="#xml-namespace">XML namespace</a> is defined in XML. <a href="#refsXML">[XML]</a><p>If these attributes are omitted from an element, then the
   language of this element is the same as the language of its parent
-  element, if any. Setting the attribute to the empty string indicates
-  that the primary language is unknown.</p><!-- UA conformance
-  requires for this are below --><p>The <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute in no namespace
+  element, if any.<p>The <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute in no namespace
   may be used on any <a href="#html-elements" title="HTML elements">HTML
   element</a>.<p>The <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code>
   attribute in the <span>XML namespace</span></a> may be used on
@@ -67404,6 +67404,7 @@
   Jon Gibbins,
   Jon Perlow,
   Jonas Sicking,
+  Jonathan Cook,
   Jonathan Rees,
   Jonathan Worent,
   Jonny Axelsson,

Received on Friday, 15 January 2010 06:15:05 UTC