spec/Overview.html 1.2060 2890 Rename attributes for form submission to

Rename attributes for form submission to avoid clashes with existing
usage. (whatwg r2890)

noValidate
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#dom-fs-novalidate
formMethod
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#dom-fs-formmethod
Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#status-of-this-document
formEnctype
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#dom-fs-formenctype
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
action
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#dom-fs-action
W3C Working Draft 12 February 2009
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#w3c-working-draft-12-february-year
formTarget
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#dom-fs-formtarget
formAction
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#dom-fs-formaction
4.10.14 Constraints
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#constraints
formNoValidate
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2060.html#dom-fs-formnovalidate

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2059&r2=1.2060&f=h
http://html5.org/tools/web-apps-tracker?from=2889&to=2890

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2059
retrieving revision 1.2060
diff -u -d -r1.2059 -r1.2060
--- Overview.html 20 Mar 2009 23:04:15 -0000 1.2059
+++ Overview.html 21 Mar 2009 06:35:57 -0000 1.2060
@@ -146,7 +146,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 20 March 2009 --><!--:ZZZ--></h2>
+   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 21 March 2009 --><!--:ZZZ--></h2>
    <dl><!-- ZZZ: update the month/day (twice), uncomment out --><dt>This Version:</dt>
     <dd><a href=http://www.w3.org/TR/2009/WD-html5-20090212/>http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd>
 <!-- :ZZZ -->
@@ -236,7 +236,7 @@
   track.
   <!--ZZZ:-->
[...1091 lines suppressed...]
 
-  <p>The <dfn id=dom-fs-action title=dom-fs-action><code>action</code></dfn>, <dfn id=dom-fs-method title=dom-fs-method><code>method</code></dfn>, <dfn id=dom-fs-enctype title=dom-fs-enctype><code>enctype</code></dfn>, and <dfn id=dom-fs-target title=dom-fs-target><code>target</code></dfn> DOM attributes must
+  <hr><p>The <dfn id=dom-fs-action title=dom-fs-action><code>action</code></dfn>, <dfn id=dom-fs-method title=dom-fs-method><code>method</code></dfn>, <dfn id=dom-fs-enctype title=dom-fs-enctype><code>enctype</code></dfn>, and <dfn id=dom-fs-target title=dom-fs-target><code>target</code></dfn> DOM attributes must
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name. The <dfn id=dom-fs-novalidate title=dom-fs-noValidate><code>noValidate</code></dfn> DOM
-  attribute must reflect the <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> content attribute.</p>
+  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> DOM
+  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> DOM
+  attribute must reflect the <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code> content attribute.
+  The <dfn id=dom-fs-formmethod title=dom-fs-formMethod><code>formMethod</code></dfn> DOM
+  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>
+  DOM 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> DOM
+  attribute must reflect the <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> content attribute.
 
   </div><h4 id=constraints><span class=secno>4.10.14 </span>Constraints</h4><h5 id=definitions><span class=secno>4.10.14.1 </span>Definitions</h5><div class=impl>

Received on Saturday, 21 March 2009 06:38:36 UTC