[html5] r1184 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 31 15:03:12 PST 2008
Author: ianh
Date: 2008-01-31 15:03:06 -0800 (Thu, 31 Jan 2008)
New Revision: 1184
Modified:
index
source
Log:
[v] (0) Make the space in the meta http-equiv=content-type pragma optional, since it's common.
Modified: index
===================================================================
--- index 2008-01-31 22:46:10 UTC (rev 1183)
+++ index 2008-01-31 23:03:06 UTC (rev 1184)
@@ -7647,8 +7647,8 @@
title=attr-meta-http-equiv-content-type>Content-Type state</a>, the
<code title=attr-meta-content><a href="#content0">content</a></code>
attribute must have a value consisting of the literal string "<code
- title="">text/html;</code>", followed by a single U+0020 SPACE
- character, followed by the literal string "<code
+ title="">text/html;</code>", optionally followed by a single U+0020
+ SPACE character, followed by the literal string "<code
title="">charset=</code>", followed by the character encoding name of <a
href="#charset">the character encoding declaration</a>.</p>
Modified: source
===================================================================
--- source 2008-01-31 22:46:10 UTC (rev 1183)
+++ source 2008-01-31 23:03:06 UTC (rev 1184)
@@ -6120,10 +6120,11 @@
title="attr-meta-http-equiv-content-type">Content-Type
state</span>, the <code title="attr-meta-content">content</code>
attribute must have a value consisting of the literal string
- "<code title="">text/html;</code>", followed by a single U+0020
- SPACE character, followed by the literal string "<code
- title="">charset=</code>", followed by the character encoding name
- of <a href="#charset">the character encoding declaration</a>.</p>
+ "<code title="">text/html;</code>", optionally followed by a
+ single U+0020 SPACE character, followed by the literal string
+ "<code title="">charset=</code>", followed by the character
+ encoding name of <a href="#charset">the character encoding
+ declaration</a>.</p>
<p>If the document contains a <code>meta</code> element in the
<span title="attr-meta-http-equiv-content-type">Content-Type
More information about the Commit-Watchers
mailing list