[html5] r3788 - [e] (0) Mention that <meta name> is case-insensitive.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 10 02:11:50 PDT 2009


Author: ianh
Date: 2009-09-10 02:11:48 -0700 (Thu, 10 Sep 2009)
New Revision: 3788

Modified:
   index
   source
Log:
[e] (0) Mention that <meta name> is case-insensitive.

Modified: index
===================================================================
--- index	2009-09-10 09:10:16 UTC (rev 3787)
+++ index	2009-09-10 09:11:48 UTC (rev 3788)
@@ -10802,6 +10802,9 @@
   <p>This specification defines a few names for the <code title=attr-meta-name><a href=#attr-meta-name>name</a></code> attribute of the
   <code><a href=#meta>meta</a></code> element.</p>
 
+  <p>Names are case-insensitive<span class=impl>, and must be compared
+  in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> manner</span>.</p>
+
   <dl><dt><dfn id=meta-application-name title=meta-application-name>application-name</dfn></dt>
 
    <dd><p>The value must be a short free-form string that giving the

Modified: source
===================================================================
--- source	2009-09-10 09:10:16 UTC (rev 3787)
+++ source	2009-09-10 09:11:48 UTC (rev 3788)
@@ -11354,6 +11354,9 @@
   title="attr-meta-name">name</code> attribute of the
   <code>meta</code> element.</p>
 
+  <p>Names are case-insensitive<span class=impl>, and must be compared
+  in an <span>ASCII case-insensitive</span> manner</span>.</p>
+
   <dl>
 
    <dt><dfn title="meta-application-name">application-name</dfn></dt>




More information about the Commit-Watchers mailing list