- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 11:49:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Apparently an IE oddness that everyone now supports. (whatwg r5508) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4398&r2=1.4399&f=h http://html5.org/tools/web-apps-tracker?from=5507&to=5508 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4398 retrieving revision 1.4399 diff -u -d -r1.4398 -r1.4399 --- Overview.html 26 Sep 2010 02:37:32 -0000 1.4398 +++ Overview.html 26 Sep 2010 02:49:21 -0000 1.4399 @@ -27105,6 +27105,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>; @@ -34715,13 +34716,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
Received on Sunday, 26 September 2010 02:50:04 UTC