Skip to content

Commit

Permalink
[giow] (2) Apparently an IE oddness that everyone now supports.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10333

git-svn-id: http://svn.whatwg.org/webapps@5508 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2010
1 parent 2be6117 commit 9c03ee2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
9 changes: 6 additions & 3 deletions complete.html
Expand Up @@ -37143,6 +37143,7 @@ <h4 id=the-form-element><span class=secno>4.10.3 </span>The <dfn><code>form</cod
attribute DOMString <a href=#dom-fs-action title=dom-fs-action>action</a>;
attribute DOMString <a href=#dom-form-autocomplete title=dom-form-autocomplete>autocomplete</a>;
attribute DOMString <a href=#dom-fs-enctype title=dom-fs-enctype>enctype</a>;
attribute DOMString <a href=#dom-fs-encoding title=dom-fs-encoding>encoding</a>;<!-- historical artefact -->
attribute DOMString <a href=#dom-fs-method title=dom-fs-method>method</a>;
attribute DOMString <a href=#dom-form-name title=dom-form-name>name</a>;
attribute boolean <a href=#dom-fs-novalidate title=dom-fs-noValidate>noValidate</a>;
Expand Down Expand Up @@ -45814,13 +45815,15 @@ <h5 id=form-submission-0><span class=secno>4.10.19.6 </span>Form submission</h5>
<dfn id=dom-fs-enctype title=dom-fs-enctype><code>enctype</code></dfn> IDL
attributes must <a href=#reflect>reflect</a> the respective content
attributes of the same name, <a href=#limited-to-only-known-values>limited to only known
values</a>. The <dfn id=dom-fs-novalidate title=dom-fs-noValidate><code>noValidate</code></dfn> IDL
attribute must reflect the <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> content attribute. The
values</a>. The <dfn id=dom-fs-encoding title=dom-fs-encoding><code>encoding</code></dfn> IDL attribute
must <a href=#reflect>reflect</a> the <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> content attribute,
<a href=#limited-to-only-known-values>limited to only known values</a>. The <dfn id=dom-fs-novalidate title=dom-fs-noValidate><code>noValidate</code></dfn> IDL
attribute must reflect the <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> content attribute. The
<dfn id=dom-fs-formaction title=dom-fs-formAction><code>formAction</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code> content attribute. The
<dfn id=dom-fs-formenctype title=dom-fs-formEnctype><code>formEnctype</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code> content attribute,
<a href=#limited-to-only-known-values>limited to only known values</a>. The <dfn id=dom-fs-formmethod title=dom-fs-formMethod><code>formMethod</code></dfn> IDL
<a href=#limited-to-only-known-values>limited to only known values</a>. 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,
<a href=#limited-to-only-known-values>limited to only known values</a>. 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
Expand Down
9 changes: 6 additions & 3 deletions index
Expand Up @@ -37123,6 +37123,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
attribute DOMString <a href=#dom-fs-action title=dom-fs-action>action</a>;
attribute DOMString <a href=#dom-form-autocomplete title=dom-form-autocomplete>autocomplete</a>;
attribute DOMString <a href=#dom-fs-enctype title=dom-fs-enctype>enctype</a>;
attribute DOMString <a href=#dom-fs-encoding title=dom-fs-encoding>encoding</a>;<!-- historical artefact -->
attribute DOMString <a href=#dom-fs-method title=dom-fs-method>method</a>;
attribute DOMString <a href=#dom-form-name title=dom-form-name>name</a>;
attribute boolean <a href=#dom-fs-novalidate title=dom-fs-noValidate>noValidate</a>;
Expand Down Expand Up @@ -45794,13 +45795,15 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
<dfn id=dom-fs-enctype title=dom-fs-enctype><code>enctype</code></dfn> IDL
attributes must <a href=#reflect>reflect</a> the respective content
attributes of the same name, <a href=#limited-to-only-known-values>limited to only known
values</a>. The <dfn id=dom-fs-novalidate title=dom-fs-noValidate><code>noValidate</code></dfn> IDL
attribute must reflect the <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> content attribute. The
values</a>. The <dfn id=dom-fs-encoding title=dom-fs-encoding><code>encoding</code></dfn> IDL attribute
must <a href=#reflect>reflect</a> the <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> content attribute,
<a href=#limited-to-only-known-values>limited to only known values</a>. The <dfn id=dom-fs-novalidate title=dom-fs-noValidate><code>noValidate</code></dfn> IDL
attribute must reflect the <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> content attribute. The
<dfn id=dom-fs-formaction title=dom-fs-formAction><code>formAction</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code> content attribute. The
<dfn id=dom-fs-formenctype title=dom-fs-formEnctype><code>formEnctype</code></dfn> IDL
attribute must reflect the <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code> content attribute,
<a href=#limited-to-only-known-values>limited to only known values</a>. The <dfn id=dom-fs-formmethod title=dom-fs-formMethod><code>formMethod</code></dfn> IDL
<a href=#limited-to-only-known-values>limited to only known values</a>. 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,
<a href=#limited-to-only-known-values>limited to only known values</a>. 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
Expand Down
9 changes: 7 additions & 2 deletions source
Expand Up @@ -41322,6 +41322,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-fs-action">action</span>;
attribute DOMString <span title="dom-form-autocomplete">autocomplete</span>;
attribute DOMString <span title="dom-fs-enctype">enctype</span>;
attribute DOMString <span title="dom-fs-encoding">encoding</span>;<!-- historical artefact -->
attribute DOMString <span title="dom-fs-method">method</span>;
attribute DOMString <span title="dom-form-name">name</span>;
attribute boolean <span title="dom-fs-noValidate">noValidate</span>;
Expand Down Expand Up @@ -51395,16 +51396,20 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
attributes must <span>reflect</span> the respective content
attributes of the same name, <span>limited to only known
values</span>. The <dfn
title="dom-fs-encoding"><code>encoding</code></dfn> IDL attribute
must <span>reflect</span> the <code
title="attr-fs-enctype">enctype</code> content attribute,
<span>limited to only known values</span>. The <dfn
title="dom-fs-noValidate"><code>noValidate</code></dfn> IDL
attribute must reflect the <code
title="attr-fs-novalidate">novalidate</code> content attribute. The
title="attr-fs-novalidate">novalidate</code> content attribute. The
<dfn title="dom-fs-formAction"><code>formAction</code></dfn> IDL
attribute must reflect the <code
title="attr-fs-formaction">formaction</code> content attribute. The
<dfn title="dom-fs-formEnctype"><code>formEnctype</code></dfn> IDL
attribute must reflect the <code
title="attr-fs-formenctype">formenctype</code> content attribute,
<span>limited to only known values</span>. The <dfn
<span>limited to only known values</span>. The <dfn
title="dom-fs-formMethod"><code>formMethod</code></dfn> IDL
attribute must reflect the <code
title="attr-fs-formmethod">formmethod</code> content attribute,
Expand Down

0 comments on commit 9c03ee2

Please sign in to comment.