- From: poot <cvsmail@w3.org>
- Date: Thu, 10 Sep 2009 18:07:39 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention that <meta name> is case-insensitive. (whatwg r3788)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2957&r2=1.2958&f=h
http://html5.org/tools/web-apps-tracker?from=3787&to=3788
===================================================================
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:08:15 UTC