- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Sep 2009 09:07:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2587
Modified Files:
Overview.html
Log Message:
Mention that <meta name> is case-insensitive. (whatwg r3788)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2957
retrieving revision 1.2958
diff -u -d -r1.2957 -r1.2958
--- Overview.html 10 Sep 2009 09:05:47 -0000 1.2957
+++ Overview.html 10 Sep 2009 09:07:21 -0000 1.2958
@@ -9559,7 +9559,8 @@
<a href="#reflect">reflect</a> the content attribute <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code>.</p>
</div><h5 id="standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</h5><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.<dl><dt><dfn id="meta-application-name" title="meta-application-name">application-name</dfn></dt>
+ <code><a href="#meta">meta</a></code> element.<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>.<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
name of the Web application that the page represents. If the page
Received on Thursday, 10 September 2009 09:07:33 UTC