- From: poot <cvsmail@w3.org>
- Date: Fri, 5 Feb 2010 11:21:01 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Rename the document-wide default language to the pragma-set
default language to make it sound less important. (whatwg r4652)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3705&r2=1.3706&f=h
http://html5.org/tools/web-apps-tracker?from=4651&to=4652
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3705
retrieving revision 1.3706
diff -u -d -r1.3705 -r1.3706
--- Overview.html 5 Feb 2010 02:18:49 -0000 1.3705
+++ Overview.html 5 Feb 2010 02:20:48 -0000 1.3706
@@ -6975,10 +6975,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
@@ -9877,9 +9877,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>
@@ -9915,7 +9915,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>
Received on Friday, 5 February 2010 02:21:29 UTC