[html5] r8389 - [e] (0) Mention that the content-language pragma intentionally ignores words aft [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 9 11:19:25 PST 2014


Author: ianh
Date: 2014-01-09 11:19:21 -0800 (Thu, 09 Jan 2014)
New Revision: 8389

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that the content-language pragma intentionally ignores 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

Modified: complete.html
===================================================================
--- complete.html	2014-01-09 18:47:15 UTC (rev 8388)
+++ complete.html	2014-01-09 19:19:21 UTC (rev 8389)
@@ -13327,8 +13327,15 @@
 
      <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>
 

Modified: index
===================================================================
--- index	2014-01-09 18:47:15 UTC (rev 8388)
+++ index	2014-01-09 19:19:21 UTC (rev 8389)
@@ -13327,8 +13327,15 @@
 
      <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>
 

Modified: source
===================================================================
--- source	2014-01-09 18:47:15 UTC (rev 8388)
+++ source	2014-01-09 19:19:21 UTC (rev 8389)
@@ -13818,9 +13818,15 @@
 
      <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>
 
     <p class="note">This pragma is almost, but not quite, entirely unlike the HTTP




More information about the Commit-Watchers mailing list