Bugzilla – Bug 513
Mention that rel='' is case-insensitive.
Last modified: 2009-05-27 14:35:05 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>