Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) typo
git-svn-id: http://svn.whatwg.org/webapps@3918 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 20, 2009
1 parent a8e7c03 commit 35d1336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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;-19-september-2009>Draft Standard &mdash; 19 September 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-20-september-2009>Draft Standard &mdash; 20 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 @@ -37832,7 +37832,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
The <dfn id=dom-fs-formmethod title=dom-fs-formMethod><code>formMethod</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> content attribute. The
<dfn id=dom-fs-formnovalidate title=dom-fs-formNoValidate><code>formNoValidate</code></dfn>
IDL attribute must reflect the <code title=attr-fs-formNoValidate><a href=#attr-fs-formnovalidate>formNoValidate</a></code> content
IDL attribute must reflect the <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code> content
attribute. The <dfn id=dom-fs-formtarget title=dom-fs-formTarget><code>formTarget</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> content attribute.

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -42355,7 +42355,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
title="attr-fs-formmethod">formmethod</code> content attribute. The
<dfn title="dom-fs-formNoValidate"><code>formNoValidate</code></dfn>
IDL attribute must reflect the <code
title="attr-fs-formNoValidate">formNoValidate</code> content
title="attr-fs-formnovalidate">formnovalidate</code> content
attribute. The <dfn
title="dom-fs-formTarget"><code>formTarget</code></dfn> IDL
attribute must reflect the <code
Expand Down

0 comments on commit 35d1336

Please sign in to comment.