[html5] r4592 - [e] (0) move a dangling sentence in the lang='' section. Also, ack for last checkin.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 14 22:14:56 PST 2010


Author: ianh
Date: 2010-01-14 22:14:53 -0800 (Thu, 14 Jan 2010)
New Revision: 4592

Modified:
   complete.html
   index
   source
Log:
[e] (0) move a dangling sentence in the lang='' section. Also, ack for last checkin.

Modified: complete.html
===================================================================
--- complete.html	2010-01-15 06:10:58 UTC (rev 4591)
+++ complete.html	2010-01-15 06:14:53 UTC (rev 4592)
@@ -7981,17 +7981,17 @@
   <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>
+  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>
 
   <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>
 
   <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 -->
+  element, if any.</p>
 
   <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
@@ -87468,6 +87468,7 @@
   Jon Gibbins,
   Jon Perlow,
   Jonas Sicking,
+  Jonathan Cook,
   Jonathan Rees,
   Jonathan Worent,
   Jonny Axelsson,

Modified: index
===================================================================
--- index	2010-01-15 06:10:58 UTC (rev 4591)
+++ index	2010-01-15 06:14:53 UTC (rev 4592)
@@ -7881,17 +7881,17 @@
   <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>
+  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>
 
   <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>
 
   <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 -->
+  element, if any.</p>
 
   <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
@@ -81967,6 +81967,7 @@
   Jon Gibbins,
   Jon Perlow,
   Jonas Sicking,
+  Jonathan Cook,
   Jonathan Rees,
   Jonathan Worent,
   Jonny Axelsson,

Modified: source
===================================================================
--- source	2010-01-15 06:10:58 UTC (rev 4591)
+++ source	2010-01-15 06:14:53 UTC (rev 4592)
@@ -7953,8 +7953,10 @@
   <p>The <dfn title="attr-lang"><code>lang</code></dfn> attribute (in
   no namespace) specifies the primary <dfn>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>
+  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>
 
   <p>The <dfn title="attr-xml-lang"><code title="">lang</code></dfn>
   attribute in the <span>XML namespace</span> is defined in XML. <a
@@ -7962,9 +7964,7 @@
 
   <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 -->
+  element, if any.</p>
 
   <p>The <code title="attr-lang">lang</code> attribute in no namespace
   may be used on any <span title="HTML elements">HTML
@@ -97948,6 +97948,7 @@
   Jon Gibbins,
   Jon Perlow,
   Jonas Sicking,
+  Jonathan Cook,
   Jonathan Rees,
   Jonathan Worent,
   Jonny Axelsson,




More information about the Commit-Watchers mailing list