[html5] r3297 - [e] (0) cleanup of internal comment for form='' feature

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 16 22:22:53 PDT 2009


Author: ianh
Date: 2009-06-16 22:22:51 -0700 (Tue, 16 Jun 2009)
New Revision: 3297

Modified:
   index
   source
Log:
[e] (0) cleanup of internal comment for form='' feature

Modified: index
===================================================================
--- index	2009-06-17 05:02:45 UTC (rev 3296)
+++ index	2009-06-17 05:22:51 UTC (rev 3297)
@@ -34323,9 +34323,11 @@
     <p>If the element has a <code title=attr-fae-form><a href=#attr-fae-form>form</a></code>
     content attribute, then run these substeps:</p>
 
-    <ol><!-- XXX how does ID matching get affected by quirks mode? --><li><p>If the first element in the <code>Document</code> to have
-     an ID that is equal to the element's <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> content attribute's value is a
-     <code><a href=#the-form-element>form</a></code> element, then <a href=#concept-form-association title=concept-form-association>associate</a> the
+    <ol><!-- note that this ignores the name="" attribute and is
+     unaffected by quirks mode (it's always case sensitive) --><li><p>If the first element in the <code>Document</code> to have
+     an ID that is <a href=#case-sensitive title=case-sensitive>case-sensitively</a> equal to the
+     element's <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> content
+     attribute's value is a <code><a href=#the-form-element>form</a></code> element, then <a href=#concept-form-association title=concept-form-association>associate</a> the
      <a href=#form-associated-element>form-associated element</a> with that <code><a href=#the-form-element>form</a></code>
      element.</li>
 

Modified: source
===================================================================
--- source	2009-06-17 05:02:45 UTC (rev 3296)
+++ source	2009-06-17 05:22:51 UTC (rev 3297)
@@ -38366,11 +38366,13 @@
 
     <ol>
 
-     <!-- XXX how does ID matching get affected by quirks mode? -->
+     <!-- note that this ignores the name="" attribute and is
+     unaffected by quirks mode (it's always case sensitive) -->
      <li><p>If the first element in the <code>Document</code> to have
-     an ID that is equal to the element's <code
-     title="attr-fae-form">form</code> content attribute's value is a
-     <code>form</code> element, then <span
+     an ID that is <span
+     title="case-sensitive">case-sensitively</span> equal to the
+     element's <code title="attr-fae-form">form</code> content
+     attribute's value is a <code>form</code> element, then <span
      title="concept-form-association">associate</span> the
      <span>form-associated element</span> with that <code>form</code>
      element.</p></li>




More information about the Commit-Watchers mailing list