Skip to content

Commit

Permalink
[e] (0) Improve the accuracy of the text.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17817
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7229 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2012
1 parent d571506 commit 53f2620
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -11451,9 +11451,9 @@ <h5 id=the-lang-and-xml:lang-attributes><span class=secno>3.2.3.3 </span>The <co
<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
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -11451,9 +11451,9 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>
<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
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -11864,9 +11864,9 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre>
<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
Expand Down

0 comments on commit 53f2620

Please sign in to comment.