HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/2698

SVNBugCommentTime (UTC)
2698[Authors] [Conformance Checkers] Mention that rel='' is case-insensitive.2009-01-23 11:48
Index: source
===================================================================
--- source	(revision 2697)
+++ source	(revision 2698)
@@ -10681,16 +10681,8 @@
 
         <p>The file must be converted to Unicode using the character
         encoding given by <var>the script block's character
-        encoding</var>, regardless of any metadata given by the file's
-        <span title="Content-Type">Content-Type metadata</span>.</p>
+        encoding</var>.</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>
-
        </dd>
 
        <dt>If the script is inline and <var>the script block's type</var> is a text-based language</dt>
@@ -46438,6 +46430,12 @@
   than once per <code title="attr-rel-hyperlink">rel</code>
   attribute.</p>
 
+  <p>The link types are <span>ASCII case-insensitive</span> values,
+  and must be compared as such.</p>
+
+  <p class="example">Thus, <code title="">rel="next"</code> is the
+  same as <code title="">rel="NEXT"</code>.</p>
+
   <table>
    <thead>
     <tr>

|