[html5] r2698 - [ac] (0) Mention that rel='' is case-insensitive.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 23 03:48:53 PST 2009
Author: ianh
Date: 2009-01-23 03:48:52 -0800 (Fri, 23 Jan 2009)
New Revision: 2698
Modified:
index
source
Log:
[ac] (0) Mention that rel='' is case-insensitive.
Modified: index
===================================================================
--- index 2009-01-23 10:19:42 UTC (rev 2697)
+++ index 2009-01-23 11:48:52 UTC (rev 2698)
@@ -10091,16 +10091,8 @@
<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>
+ encoding</a></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><a href="#the-script-block's-type">the script block's type</a></var> is a text-based language</dt>
@@ -40779,6 +40771,12 @@
than once per <code title=attr-rel-hyperlink>rel</code>
attribute.</p>
+ <p>The link types are <a href=#ascii-case-insensitive>ASCII case-insensitive</a> 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><th rowspan=2>Link type</th>
<th colspan=2>Effect on...</th>
<th rowspan=2>Brief description</th>
Modified: source
===================================================================
--- source 2009-01-23 10:19:42 UTC (rev 2697)
+++ source 2009-01-23 11:48:52 UTC (rev 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>
More information about the Commit-Watchers
mailing list