spec/Overview.html 1.1868 2698 Mention that rel='' is case-insensitive.

Mention that rel='' is case-insensitive. (whatwg r2698)

the script block's source
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1868.html#the-script-block-s-source
5.11.3 Link types
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1868.html#linkTypes

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1867&r2=1.1868&f=h
http://html5.org/tools/web-apps-tracker?from=2697&to=2698

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1867
retrieving revision 1.1868
diff -u -d -r1.1867 -r1.1868
--- Overview.html 23 Jan 2009 10:19:48 -0000 1.1867
+++ Overview.html 23 Jan 2009 11:48:58 -0000 1.1868
@@ -8291,15 +8291,7 @@
 
         <p>The file must be converted to Unicode using the character
         encoding given by <var><a href=#the-script-block-s-character-encoding>the script block's character
-        encoding</a></var>, regardless of any metadata given by the file's
-        <a href=#content-type-0 title=Content-Type>Content-Type metadata</a>.</p>
-
-        <p class=XXX>This means that a UTF-16 document will
-        always assume external scripts are UTF-16...? This applies,
-        e.g., to document's created using createDocument()... It also
-        means changing document.charSet will affect the character
-        encoding used to interpret scripts, is that really what
-        happens?</p>
+        encoding</a></var>.</p>
 
        </dd>
 
@@ -33098,7 +33090,9 @@
   spaces">split on spaces</a>. The resulting tokens are the link
   types that apply to that element.<p>Unless otherwise specified, a keyword must not be specified more
   than once per <code title=attr-rel-hyperlink>rel</code>
-  attribute.<table><thead><tr><th rowspan=2>Link type</th>
+  attribute.<p>The link types are <a href=#ascii-case-insensitive>ASCII case-insensitive</a> values,
+  and must be compared as such.<p class=example>Thus, <code title="">rel="next"</code> is the
+  same as <code title="">rel="NEXT"</code>.<table><thead><tr><th rowspan=2>Link type</th>
      <th colspan=2>Effect on...</th>
      <th rowspan=2>Brief description</th>
     <tr><th><code><a href=#the-link-element>link</a></code></th>

Received on Friday, 23 January 2009 11:52:24 UTC