Navigation Menu

Skip to content

Commit

Permalink
[e] (0) Rename the document-wide default language to the pragma-set d…
Browse files Browse the repository at this point in the history
…efault language to make it sound less important.

git-svn-id: http://svn.whatwg.org/webapps@4652 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2010
1 parent 3f65713 commit 72e2841
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -8069,10 +8069,10 @@ <h5 id=the-lang-and-xml:lang-attributes><span class=secno>3.2.3.3 </span>The <co

<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
Expand Down Expand Up @@ -11472,9 +11472,9 @@ <h5 id=pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</h5>

<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>
Expand Down Expand Up @@ -11510,7 +11510,7 @@ <h5 id=pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</h5>
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>
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -7968,10 +7968,10 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>

<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
Expand Down Expand Up @@ -11371,9 +11371,9 @@ people expect to have work and what is necessary.

<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>
Expand Down Expand Up @@ -11409,7 +11409,7 @@ people expect to have work and what is necessary.
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>
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -8070,10 +8070,10 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre>

<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
Expand Down Expand Up @@ -11981,9 +11981,9 @@ people expect to have work and what is necessary.

<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
Expand Down Expand Up @@ -12026,7 +12026,7 @@ people expect to have work and what is necessary.
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>
Expand Down

0 comments on commit 72e2841

Please sign in to comment.