[html5] r988 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 8 14:32:49 PDT 2007


Author: ianh
Date: 2007-08-08 14:32:48 -0700 (Wed, 08 Aug 2007)
New Revision: 988

Modified:
   index
   source
Log:
[e] (0) note type of case comparison needed for hash-id-refs, at least for <map>

Modified: index
===================================================================
--- index	2007-08-08 06:06:38 UTC (rev 987)
+++ index	2007-08-08 21:32:48 UTC (rev 988)
@@ -5663,8 +5663,11 @@
    <li>
     <p>Return the first element of type <var title="">type</var> that has an
      <code title=attr-id><a href="#id">id</a></code> or <code
-     title="">name</code> attribute whose value case-insensitively matches
-     <var title="">s</var>.
+     title="">name</code> attribute whose value <!-- Unicode,
+   apparently: <annevk> seems IE might be Unicode case-insensitive for
+   ID [and name] values (related to <map> anyway, and at least for the
+   character ë -->
+     case-insensitively matches <var title="">s</var>.
   </ol>
 
   <h3 id=documents0><span class=secno>3.3. </span>Documents and document

Modified: source
===================================================================
--- source	2007-08-08 06:06:38 UTC (rev 987)
+++ source	2007-08-08 21:32:48 UTC (rev 988)
@@ -4351,8 +4351,11 @@
 
    <li><p>Return the first element of type <var title="">type</var>
    that has an <code title="attr-id">id</code> or <code
-   title="">name</code> attribute whose value case-insensitively
-   matches <var title="">s</var>.</p></li>
+   title="">name</code> attribute whose value <!-- Unicode,
+   apparently: <annevk> seems IE might be Unicode case-insensitive for
+   ID [and name] values (related to <map> anyway, and at least for the
+   character ë --> case-insensitively matches <var
+   title="">s</var>.</p></li>
 
   </ol>
 




More information about the Commit-Watchers mailing list