[html5] r7229 - [e] (0) Improve the accuracy of the text. Fixing https://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 9 08:57:09 PDT 2012


Author: ianh
Date: 2012-08-09 08:57:08 -0700 (Thu, 09 Aug 2012)
New Revision: 7229

Modified:
   complete.html
   index
   source
Log:
[e] (0) Improve the accuracy of the text.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17817
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-08-09 15:45:57 UTC (rev 7228)
+++ complete.html	2012-08-09 15:57:08 UTC (rev 7229)
@@ -11451,9 +11451,9 @@
   <a href=#ignore title=ignore>ignored</a> for the purposes of determining
   the element's language.</p>
 
-  <p>If none of the node's ancestors, including the <a href=#root-element>root
-  element</a>, have either attribute set, but there is a
-  <a href=#pragma-set-default-language>pragma-set default language</a> set, then that is the
+  <p>If neither the node nor any of the node's ancestors, including
+  the <a href=#root-element>root element</a>, have either attribute set, but there
+  is a <a href=#pragma-set-default-language>pragma-set default language</a> set, then that is the
   language of the node. If there is no <a href=#pragma-set-default-language>pragma-set default
   language</a> set, then language information from a higher-level
   protocol (such as HTTP), if any, must be used as the final fallback

Modified: index
===================================================================
--- index	2012-08-09 15:45:57 UTC (rev 7228)
+++ index	2012-08-09 15:57:08 UTC (rev 7229)
@@ -11451,9 +11451,9 @@
   <a href=#ignore title=ignore>ignored</a> for the purposes of determining
   the element's language.</p>
 
-  <p>If none of the node's ancestors, including the <a href=#root-element>root
-  element</a>, have either attribute set, but there is a
-  <a href=#pragma-set-default-language>pragma-set default language</a> set, then that is the
+  <p>If neither the node nor any of the node's ancestors, including
+  the <a href=#root-element>root element</a>, have either attribute set, but there
+  is a <a href=#pragma-set-default-language>pragma-set default language</a> set, then that is the
   language of the node. If there is no <a href=#pragma-set-default-language>pragma-set default
   language</a> set, then language information from a higher-level
   protocol (such as HTTP), if any, must be used as the final fallback

Modified: source
===================================================================
--- source	2012-08-09 15:45:57 UTC (rev 7228)
+++ source	2012-08-09 15:57:08 UTC (rev 7229)
@@ -11864,9 +11864,9 @@
   <span title="ignore">ignored</span> for the purposes of determining
   the element's language.</p>
 
-  <p>If none of the node's ancestors, including the <span>root
-  element</span>, have either attribute set, but there is a
-  <span>pragma-set default language</span> set, then that is the
+  <p>If neither the node nor any of the node's ancestors, including
+  the <span>root element</span>, have either attribute set, but there
+  is a <span>pragma-set default language</span> set, then that is the
   language of the node. If there is no <span>pragma-set default
   language</span> set, then language information from a higher-level
   protocol (such as HTTP), if any, must be used as the final fallback




More information about the Commit-Watchers mailing list