Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) cleanup of internal comment for form='' feature
git-svn-id: http://svn.whatwg.org/webapps@3297 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 17, 2009
1 parent dd29e62 commit dc17a78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions index
Expand Up @@ -34323,9 +34323,11 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
<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>

Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -38366,11 +38366,13 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<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>
Expand Down

0 comments on commit dc17a78

Please sign in to comment.