- From: poot <cvsmail@w3.org>
- Date: Mon, 27 Apr 2009 13:12:49 +0900 (JST)
- To: public-html-diffs@w3.org
typos (credit: avk) (whatwg r2998) Refresh state http://people.w3.org/mike/diffs/html5/spec/Overview.1.2161.html#attr-meta-http-equiv-refresh The element containing the character encoding declaration must be serialized completely within the first 512 bytes of the document. http://people.w3.org/mike/diffs/html5/spec/Overview.1.2161.html#charset512 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2160&r2=1.2161&f=h http://html5.org/tools/web-apps-tracker?from=2997&to=2998 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2160 retrieving revision 1.2161 diff -u -d -r1.2160 -r1.2161 --- Overview.html 27 Apr 2009 04:09:03 -0000 1.2160 +++ Overview.html 27 Apr 2009 04:11:21 -0000 1.2161 @@ -9429,7 +9429,8 @@ <li><p>If the character in <var title="">input</var> pointed to by <var title="">position</var> is either a U+0027 APOSTROPHE - character (') U+0022 QUOTATION MARK character ("), then let <var title="">quote</var> be that character, and advance <var title="">position</var> to the next character. Otherwise, let + character (') or U+0022 QUOTATION MARK character ("), then let + <var title="">quote</var> be that character, and advance <var title="">position</var> to the next character. Otherwise, let <var title="">quote</var> be the empty string.</li> <li><p>Let <var title="">url</var> be equal to the substring of @@ -9552,7 +9553,7 @@ bytes of the document.</li> <li>There can only be one character encoding declaration in the - document.</li> <!-- conformance critiera for this one are given in + document.</li> <!-- conformance criteria for this one are given in the XML spec, the <meta> section just after defining charset="", and the character encoding pragma section. And actually this statement isn't quite true, since you can have an XML one and an
Received on Monday, 27 April 2009 04:13:25 UTC