- From: poot <cvsmail@w3.org>
- Date: Fri, 5 Feb 2010 11:18:59 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Ignore the Content-Language pragma if it contains a comma.
(whatwg r4651)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3704&r2=1.3705&f=h
http://html5.org/tools/web-apps-tracker?from=4650&to=4651
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3704
retrieving revision 1.3705
diff -u -d -r1.3704 -r1.3705
--- Overview.html 5 Feb 2010 02:11:10 -0000 1.3704
+++ Overview.html 5 Feb 2010 02:18:49 -0000 1.3705
@@ -9897,6 +9897,11 @@
attribute's value is the empty string, then abort these
steps.</li>
+ <li><p>If the element's <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute contains a
+ U+002C COMMA character (,) then abort these steps.</li><!--
+ if you remove this, un-comment-out the corresponding bits in the
+ step below. -->
+
<li><p>Let <var title="">input</var> be the value of the
element's <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code>
attribute.</li>
@@ -9907,9 +9912,8 @@
<li><p><a href="#skip-whitespace">Skip whitespace</a>.</li>
<li><p><a href="#collect-a-sequence-of-characters" title="collect a sequence of characters">Collect a
- sequence of characters</a> that are neither <a href="#space-character" title="space
- character">space characters</a> nor a U+002C COMMA character
- (,).</li>
+ 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
string that resulted from the previous step.</li>
Received on Friday, 5 February 2010 02:19:28 UTC