html5/spec Overview.html,1.2443,1.2444

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23477

Modified Files:
	Overview.html 
Log Message:
cleanup of internal comment for form='' feature (whatwg r3297)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2443
retrieving revision 1.2444
diff -u -d -r1.2443 -r1.2444
--- Overview.html	17 Jun 2009 05:02:51 -0000	1.2443
+++ Overview.html	17 Jun 2009 05:22:57 -0000	1.2444
@@ -30351,9 +30351,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>
 

Received on Wednesday, 17 June 2009 05:23:07 UTC