Skip to content

Commit

Permalink
[e] (0) Mention that the content-language pragma intentionally ignore…
Browse files Browse the repository at this point in the history
…s words after the first (hopefully browsers end up matching this... they vary in their behaviour today)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24205
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8389 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 9, 2014
1 parent f9fa270 commit cc253c2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
9 changes: 8 additions & 1 deletion complete.html
Expand Up @@ -13327,7 +13327,14 @@ <h5 id=pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</h5>

<li><p>If <var title="">candidate</var> is the empty string, abort these steps.</li>

<li><p>Set the <a href=#pragma-set-default-language>pragma-set default language</a> to <var title="">candidate</var>.</li>
<li>

<p>Set the <a href=#pragma-set-default-language>pragma-set default language</a> to <var title="">candidate</var>.</p>

<p class=note>If the value consists of multiple space-separated tokens, tokens after the
first are ignored.</p>

</li>

</ol><p class=note>This pragma is almost, but not quite, entirely unlike the HTTP
<code>Content-Language</code> header of the same name. <a href=#refsHTTP>[HTTP]</a></p>
Expand Down
9 changes: 8 additions & 1 deletion index
Expand Up @@ -13327,7 +13327,14 @@ people expect to have work and what is necessary.

<li><p>If <var title="">candidate</var> is the empty string, abort these steps.</li>

<li><p>Set the <a href=#pragma-set-default-language>pragma-set default language</a> to <var title="">candidate</var>.</li>
<li>

<p>Set the <a href=#pragma-set-default-language>pragma-set default language</a> to <var title="">candidate</var>.</p>

<p class=note>If the value consists of multiple space-separated tokens, tokens after the
first are ignored.</p>

</li>

</ol><p class=note>This pragma is almost, but not quite, entirely unlike the HTTP
<code>Content-Language</code> header of the same name. <a href=#refsHTTP>[HTTP]</a></p>
Expand Down
10 changes: 8 additions & 2 deletions source
Expand Up @@ -13818,8 +13818,14 @@ people expect to have work and what is necessary.

<li><p>If <var data-x="">candidate</var> is the empty string, abort these steps.</p></li>

<li><p>Set the <span>pragma-set default language</span> to <var
data-x="">candidate</var>.</p></li>
<li>

<p>Set the <span>pragma-set default language</span> to <var data-x="">candidate</var>.</p>

<p class="note">If the value consists of multiple space-separated tokens, tokens after the
first are ignored.</p>

</li>

</ol>

Expand Down

0 comments on commit cc253c2

Please sign in to comment.