Skip to content

Commit

Permalink
[e] (0) Editorial fixes: a paragraph that shouldn't be class=impl; a …
Browse files Browse the repository at this point in the history
…missing xref.

git-svn-id: http://svn.whatwg.org/webapps@4001 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2009
1 parent ca67ce3 commit 8f10e8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -112,7 +112,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-24-september-2009>Draft Standard &mdash; 24 September 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-25-september-2009>Draft Standard &mdash; 25 September 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -30445,7 +30445,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<code>NodeList</code> object containing all those elements is
returned.</p>

<p>Returns null if no element with that ID or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> could be found.</p>
<p>Returns null if no element with that <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> could be found.</p>

</dd>

Expand Down Expand Up @@ -30872,12 +30872,12 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

</dd>

</dl><div class=impl>

<p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
</dl><p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
explicitly associate the <code><a href=#the-label-element>label</a></code> element with its
<a href=#form-owner>form owner</a>.</p>

<div class=impl>

<p>The <dfn id=dom-label-htmlfor title=dom-label-htmlFor><code>htmlFor</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-label-for><a href=#attr-label-for>for</a></code> content attribute.</p>

Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -33779,7 +33779,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<code>NodeList</code> object containing all those elements is
returned.</p>

<p>Returns null if no element with that ID or <code
<p>Returns null if no element with that <span
title="concept-id">ID</span> or <code
title="attr-fe-name">name</code> could be found.</p>

</dd>
Expand Down Expand Up @@ -34276,12 +34277,12 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

</dl>

<div class="impl">

<p>The <code title="attr-fae-form">form</code> attribute is used to
explicitly associate the <code>label</code> element with its
<span>form owner</span>.</p>

<div class="impl">

<p>The <dfn title="dom-label-htmlFor"><code>htmlFor</code></dfn> IDL
attribute must <span>reflect</span> the <code
title="attr-label-for">for</code> content attribute.</p>
Expand Down

0 comments on commit 8f10e8c

Please sign in to comment.