NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 513 - Mention that rel='' is case-insensitive.
Mention that rel='' is case-insensitive.
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:15 CEST by Henri Sivonen
Modified: 2009-05-27 14:35 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:15:13 CEST
Index: source
===================================================================
--- source	(revision 2697)
+++ source	(revision 2698)
@@ -10681,15 +10681,7 @@
 
         <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>
-
-        <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</var>.</p>
 
        </dd>
 
@@ -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>