[html5] r5508 - [giow] (2) Apparently an IE oddness that everyone now supports. Fixing http://ww [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Sep 25 19:49:18 PDT 2010
Author: ianh
Date: 2010-09-25 19:49:16 -0700 (Sat, 25 Sep 2010)
New Revision: 5508
Modified:
complete.html
index
source
Log:
[giow] (2) Apparently an IE oddness that everyone now supports.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10333
Modified: complete.html
===================================================================
--- complete.html 2010-09-26 02:37:27 UTC (rev 5507)
+++ complete.html 2010-09-26 02:49:16 UTC (rev 5508)
@@ -37143,6 +37143,7 @@
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>;
@@ -45814,13 +45815,15 @@
<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
Modified: index
===================================================================
--- index 2010-09-26 02:37:27 UTC (rev 5507)
+++ index 2010-09-26 02:49:16 UTC (rev 5508)
@@ -37123,6 +37123,7 @@
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>;
@@ -45794,13 +45795,15 @@
<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
Modified: source
===================================================================
--- source 2010-09-26 02:37:27 UTC (rev 5507)
+++ source 2010-09-26 02:49:16 UTC (rev 5508)
@@ -41322,6 +41322,7 @@
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>;
@@ -51395,16 +51396,20 @@
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,
More information about the Commit-Watchers
mailing list