- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:59:23 -0500
- To: public-html-diffs@w3.org
manu: [html+rdfa] Fixing ReSpec markup validation issues. http://dev.w3.org/cvsweb/html5/rdfa/Overview.html?r1=1.33&r2=1.34&f=h =================================================================== RCS file: /sources/public/html5/rdfa/Overview.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- Overview.html 12 Jan 2011 02:51:42 -0000 1.33 +++ Overview.html 12 Jan 2011 02:58:08 -0000 1.34 @@ -922,9 +922,9 @@ <p>Since CURIE prefix mappings have been specified using <code>xmlns:</code>, and since HTML attribute names are case-insensitive, CURIE prefix names declared using the <code>xmlns:</code>attribute-name - pattern <code>xmlns:<PREFIX>="<URI>"</code> <em class="rfc2119" title="should">should</em> be specified + pattern <code>xmlns:<PREFIX>="<URI>"</code> <em class="rfc2119" title="should">should</em> be specified using only lower-case characters. For example, the text - "<code>xmlns:</code>" and the text in <code>"<PREFIX>"</code> <em class="rfc2119" title="should">should</em> + "<code>xmlns:</code>" and the text in <code>"<PREFIX>"</code> <em class="rfc2119" title="should">should</em> be lower-case only. This is to ensure that prefix mappings are interpreted in the same way between HTML (case-insensitive attribute names) and XHTML (case-sensitive attribute names) document types.</p>
Received on Wednesday, 12 January 2011 02:59:25 UTC