[html5] r4652 - [e] (0) Rename the document-wide default language to the pragma-set default lang [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 4 18:20:45 PST 2010
Author: ianh
Date: 2010-02-04 18:20:43 -0800 (Thu, 04 Feb 2010)
New Revision: 4652
Modified:
complete.html
index
source
Log:
[e] (0) Rename the document-wide default language to the pragma-set default language to make it sound less important.
Modified: complete.html
===================================================================
--- complete.html 2010-02-05 02:18:44 UTC (rev 4651)
+++ complete.html 2010-02-05 02:20:43 UTC (rev 4652)
@@ -8069,10 +8069,10 @@
<p>If no explicit language is given for any ancestors of the node,
including the <a href=#root-element>root element</a>, but there is a
- <a href=#document-wide-default-language>document-wide default language</a> set, then that is the
+ <a href=#pragma-set-default-language>pragma-set default language</a> set, then that is the
language of the node.</p>
- <p>If there is no <a href=#document-wide-default-language>document-wide default language</a>, then
+ <p>If there is no <a href=#pragma-set-default-language>pragma-set default language</a>, then
language information from a higher-level protocol (such as HTTP), if
any, must be used as the final fallback language. In the absence of
any language information, and in cases where the higher-level
@@ -11472,9 +11472,9 @@
<dd>
- <p>This pragma sets the <dfn id=document-wide-default-language>document-wide default
+ <p>This pragma sets the <dfn id=pragma-set-default-language>pragma-set default
language</dfn>. Until the pragma is successfully processed, there
- is no <a href=#document-wide-default-language>document-wide default language</a>.</p>
+ is no <a href=#pragma-set-default-language>pragma-set default language</a>.</p>
<p class=note>Conformance checkers will include a warning if
this pragma is used. Authors are encouraged to use the <code title=attr-lang><a href=#attr-lang>lang</a></code> attribute instead.</p>
@@ -11510,7 +11510,7 @@
sequence of characters</a> that are not<!--neither--> <a href=#space-character title="space character">space characters</a><!-- nor a U+002C
COMMA character (,)-->.</li>
- <li><p>Let the <a href=#document-wide-default-language>document-wide default language</a> be the
+ <li><p>Let the <a href=#pragma-set-default-language>pragma-set default language</a> be the
string that resulted from the previous step.</li>
</ol></div>
Modified: index
===================================================================
--- index 2010-02-05 02:18:44 UTC (rev 4651)
+++ index 2010-02-05 02:20:43 UTC (rev 4652)
@@ -7968,10 +7968,10 @@
<p>If no explicit language is given for any ancestors of the node,
including the <a href=#root-element>root element</a>, but there is a
- <a href=#document-wide-default-language>document-wide default language</a> set, then that is the
+ <a href=#pragma-set-default-language>pragma-set default language</a> set, then that is the
language of the node.</p>
- <p>If there is no <a href=#document-wide-default-language>document-wide default language</a>, then
+ <p>If there is no <a href=#pragma-set-default-language>pragma-set default language</a>, then
language information from a higher-level protocol (such as HTTP), if
any, must be used as the final fallback language. In the absence of
any language information, and in cases where the higher-level
@@ -11371,9 +11371,9 @@
<dd>
- <p>This pragma sets the <dfn id=document-wide-default-language>document-wide default
+ <p>This pragma sets the <dfn id=pragma-set-default-language>pragma-set default
language</dfn>. Until the pragma is successfully processed, there
- is no <a href=#document-wide-default-language>document-wide default language</a>.</p>
+ is no <a href=#pragma-set-default-language>pragma-set default language</a>.</p>
<p class=note>Conformance checkers will include a warning if
this pragma is used. Authors are encouraged to use the <code title=attr-lang><a href=#attr-lang>lang</a></code> attribute instead.</p>
@@ -11409,7 +11409,7 @@
sequence of characters</a> that are not<!--neither--> <a href=#space-character title="space character">space characters</a><!-- nor a U+002C
COMMA character (,)-->.</li>
- <li><p>Let the <a href=#document-wide-default-language>document-wide default language</a> be the
+ <li><p>Let the <a href=#pragma-set-default-language>pragma-set default language</a> be the
string that resulted from the previous step.</li>
</ol></div>
Modified: source
===================================================================
--- source 2010-02-05 02:18:44 UTC (rev 4651)
+++ source 2010-02-05 02:20:43 UTC (rev 4652)
@@ -8070,10 +8070,10 @@
<p>If no explicit language is given for any ancestors of the node,
including the <span>root element</span>, but there is a
- <span>document-wide default language</span> set, then that is the
+ <span>pragma-set default language</span> set, then that is the
language of the node.</p>
- <p>If there is no <span>document-wide default language</span>, then
+ <p>If there is no <span>pragma-set default language</span>, then
language information from a higher-level protocol (such as HTTP), if
any, must be used as the final fallback language. In the absence of
any language information, and in cases where the higher-level
@@ -11981,9 +11981,9 @@
<dd>
- <p>This pragma sets the <dfn>document-wide default
+ <p>This pragma sets the <dfn>pragma-set default
language</dfn>. Until the pragma is successfully processed, there
- is no <span>document-wide default language</span>.</p>
+ is no <span>pragma-set default language</span>.</p>
<p class="note">Conformance checkers will include a warning if
this pragma is used. Authors are encouraged to use the <code
@@ -12026,7 +12026,7 @@
title="space character">space characters</span><!-- nor a U+002C
COMMA character (,)-->.</p></li>
- <li><p>Let the <span>document-wide default language</span> be the
+ <li><p>Let the <span>pragma-set default language</span> be the
string that resulted from the previous step.</p></li>
</ol>
More information about the Commit-Watchers
mailing list