- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 02:20:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15161 Modified Files: Overview.html Log Message: Rename the document-wide default language to the pragma-set default language to make it sound less important. (whatwg r4652) Index: Overview.html =================================================================== 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:20:56 UTC