html5/spec Overview.html,1.1867,1.1868

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27542

Modified Files:
	Overview.html 
Log Message:
Mention that rel='' is case-insensitive. (whatwg r2698)

Index: Overview.html
===================================================================
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:49:13 UTC