[html5] r2890 - [o] (2) Rename attributes for form submission to avoid clashes with existing usage.

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 20 23:35:53 PDT 2009


Author: ianh
Date: 2009-03-20 23:35:52 -0700 (Fri, 20 Mar 2009)
New Revision: 2890

Modified:
   index
   source
Log:
[o] (2) Rename attributes for form submission to avoid clashes with existing usage.

Modified: index
===================================================================
--- index	2009-03-20 23:04:10 UTC (rev 2889)
+++ index	2009-03-21 06:35:52 UTC (rev 2890)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 20 March 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 21 March 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>
    <dl><dt>Multiple-page version:</dt>
@@ -27201,7 +27201,7 @@
   that by default, <code><a href=#the-input-element>input</a></code> elements in the form will have
   their <a href=#resulting-autocompletion-state>resulting autocompletion state</a> set to <i title="">on</i>.</p>
 
-  <p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes
+  <p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#attributes-for-form-submission>attributes
   for form submission</a>.</p>
 
   <dl class=domintro><dt><var title="">form</var> . <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code></dt>
@@ -27649,23 +27649,24 @@
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-input-accept><a href=#attr-input-accept>accept</a></code></dd>
-   <dd><code title=attr-fs-action><a href=#attr-fs-action>action</a></code></dd>
    <dd><code title=attr-input-alt><a href=#attr-input-alt>alt</a></code></dd>
    <dd><code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-input-checked><a href=#attr-input-checked>checked</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
-   <dd><code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
+   <dd><code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code></dd>
+   <dd><code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code></dd>
+   <dd><code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code></dd>
+   <dd><code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code></dd>
+   <dd><code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code></dd>
    <dd><code title=attr-dim-height><a href=#attr-dim-height>height</a></code></dd>
    <dd><code title=attr-input-list><a href=#attr-input-list>list</a></code></dd>
    <dd><code title=attr-input-max><a href=#attr-input-max>max</a></code></dd>
    <dd><code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code></dd>
-   <dd><code title=attr-fs-method><a href=#attr-fs-method>method</a></code></dd>
    <dd><code title=attr-input-min><a href=#attr-input-min>min</a></code></dd>
    <dd><code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code></dd>
    <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code></dd>
-   <dd><code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code></dd>
    <dd><code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code></dd>
    <dd><code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code></dd>
    <dd><code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code></dd>
@@ -27673,7 +27674,6 @@
    <dd><code title=attr-input-size><a href=#attr-input-size>size</a></code></dd>
    <dd><code title=attr-input-src><a href=#attr-input-src>src</a></code></dd>
    <dd><code title=attr-input-step><a href=#attr-input-step>step</a></code></dd>
-   <dd><code title=attr-fs-target><a href=#attr-fs-target>target</a></code></dd>
    <dd><code title=attr-input-type><a href=#attr-input-type>type</a></code></dd>
    <dd><code title=attr-input-value><a href=#attr-input-value>value</a></code></dd>
    <dd><code title=attr-dim-width><a href=#attr-dim-width>width</a></code></dd>
@@ -27681,25 +27681,26 @@
    <dd>
 <pre class=idl>interface <dfn id=htmlinputelement>HTMLInputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute DOMString <a href=#dom-input-accept title=dom-input-accept>accept</a>;
-           attribute DOMString <a href=#dom-fs-action title=dom-fs-action>action</a>;
            attribute DOMString <a href=#dom-input-alt title=dom-input-alt>alt</a>;
            attribute boolean <a href=#dom-input-autocomplete title=dom-input-autocomplete>autocomplete</a>;
            attribute boolean <a href=#dom-fe-autofocus title=dom-fe-autofocus>autofocus</a>;
            attribute boolean <a href=#dom-input-defaultchecked title=dom-input-defaultChecked>defaultChecked</a>;
            attribute boolean <a href=#dom-input-checked title=dom-input-checked>checked</a>;
            attribute boolean <a href=#dom-fe-disabled title=dom-fe-disabled>disabled</a>;
-           attribute DOMString <a href=#dom-fs-enctype title=dom-fs-enctype>enctype</a>;
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
+           attribute DOMString <a href=#dom-fs-formaction title=dom-fs-formAction>formAction</a>;
+           attribute DOMString <a href=#dom-fs-formenctype title=dom-fs-formEnctype>formEnctype</a>;
+           attribute DOMString <a href=#dom-fs-formmethod title=dom-fs-formMethod>formMethod</a>;
+           attribute boolean <a href=#dom-fs-formnovalidate title=dom-fs-formNoValidate>formNoValidate</a>;
+           attribute DOMString <a href=#dom-fs-formtarget title=dom-fs-formTarget>formTarget</a>;
            attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
            attribute boolean <a href=#dom-input-indeterminate title=dom-input-indeterminate>indeterminate</a>;
   readonly attribute <a href=#htmlelement>HTMLElement</a> <a href=#dom-input-list title=dom-input-list>list</a>;
            attribute DOMString <a href=#dom-input-max title=dom-input-max>max</a>;
            attribute long <a href=#dom-input-maxlength title=dom-input-maxLength>maxLength</a>;
-           attribute DOMString <a href=#dom-fs-method title=dom-fs-method>method</a>;
            attribute DOMString <a href=#dom-input-min title=dom-input-min>min</a>;
            attribute boolean <a href=#dom-input-multiple title=dom-input-multiple>multiple</a>;
            attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;
-           attribute boolean <a href=#dom-fs-novalidate title=dom-fs-noValidate>noValidate</a>;
            attribute DOMString <a href=#dom-input-pattern title=dom-input-pattern>pattern</a>;
            attribute DOMString <a href=#dom-input-placeholder title=dom-input-placeholder>placeholder</a>;
            attribute boolean <a href=#dom-input-readonly title=dom-input-readOnly>readOnly</a>;
@@ -27707,7 +27708,6 @@
            attribute unsigned long <a href=#dom-input-size title=dom-input-size>size</a>;
            attribute DOMString <a href=#dom-input-src title=dom-input-src>src</a>;
            attribute DOMString <a href=#dom-input-step title=dom-input-step>step</a>;
-           attribute DOMString <a href=#dom-fs-target title=dom-fs-target>target</a>;
            attribute DOMString <a href=#dom-input-type title=dom-input-type>type</a>;
            attribute DOMString <a href=#dom-input-defaultvalue title=dom-input-defaultValue>defaultValue</a>;
            attribute DOMString <a href=#dom-input-value title=dom-input-value>value</a>;
@@ -27837,7 +27837,7 @@
      <td> A button
   </table><p>The <i>missing value default</i> is the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state.</p>
 
-  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-input-list><a href=#attr-input-list>list</a></code>, <code title=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> attributes apply to an
+  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-input-list><a href=#attr-input-list>list</a></code>, <code title=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> attributes apply to an
   <code><a href=#the-input-element>input</a></code> element depends on the state of its <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute. Similarly, the <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, <code title=dom-input-list><a href=#dom-input-list>list</a></code>, and <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM
   attributes, and the <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>
   and <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods, are
@@ -27892,30 +27892,6 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
-    <tr><th> <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=yes> Yes     <!-- Submit Button -->
-     <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
     <tr><th> <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=no> · <!-- Text -->
@@ -27988,7 +27964,7 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
-    <tr><th> <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>
+    <tr><th> <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=no> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
@@ -28012,6 +27988,102 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
+    <tr><th> <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class=no> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=yes> Yes     <!-- Submit Button -->
+     <td class=yes> Yes     <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr><th> <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class=no> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=yes> Yes     <!-- Submit Button -->
+     <td class=yes> Yes     <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr><th> <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class=no> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=yes> Yes     <!-- Submit Button -->
+     <td class=yes> Yes     <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr><th> <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class=no> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=yes> Yes     <!-- Submit Button -->
+     <td class=yes> Yes     <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
     <tr><th> <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=no> · <!-- Text -->
@@ -28108,30 +28180,6 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
-    <tr><th> <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=yes> Yes     <!-- Submit Button -->
-     <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
     <tr><th> <code title=attr-input-min><a href=#attr-input-min>min</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=no> · <!-- Text -->
@@ -28180,30 +28228,6 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
-    <tr><th> <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=yes> Yes     <!-- Submit Button -->
-     <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
     <tr><th> <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
@@ -28372,30 +28396,6 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
-    <tr><th> <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=no> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class=no> · <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=no> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class=no> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class=no> · <!-- Range -->
-     <td class=no> · <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=yes> Yes     <!-- Submit Button -->
-     <td class=yes> Yes     <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
     <tr><th> <code title=attr-dim-width><a href=#attr-dim-width>width</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=no> · <!-- Text -->
@@ -28941,27 +28941,27 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29046,19 +29046,19 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29144,19 +29144,19 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29265,18 +29265,18 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29345,20 +29345,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29502,19 +29502,19 @@
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29648,20 +29648,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29795,20 +29795,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -29942,20 +29942,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30083,20 +30083,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30216,20 +30216,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30344,20 +30344,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30501,22 +30501,22 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30595,25 +30595,25 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30700,25 +30700,25 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30835,25 +30835,25 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -30961,25 +30961,25 @@
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The element's <code title=attr-input-value><a href=#attr-input-value>value</a></code>
@@ -31034,18 +31034,18 @@
   
   </div>
 
-  <p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes
+  <p>The <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, and <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> attributes are <a href=#attributes-for-form-submission>attributes
   for form submission</a>.</p>
 
   <div class="bookkeeping impl">
 
    <p>The following common <code><a href=#the-input-element>input</a></code> element content
    attributes and DOM attributes apply to the element:
-   <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-   <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-   <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-   <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and
-   <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> content attributes;
+   <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, and
+   <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> content attributes;
    <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute.</p>
 
    <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
@@ -31222,21 +31222,21 @@
 
   <hr></div>
 
-  <p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes
+  <p>The <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, and <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> attributes are <a href=#attributes-for-form-submission>attributes
   for form submission</a>.</p>
 
   <div class="bookkeeping impl">
 
    <p>The following common <code><a href=#the-input-element>input</a></code> element content
    attributes and DOM attributes apply to the element:
-   <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-   <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, 
+   <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
-   <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, 
-   <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
-   <code title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code title=attr-input-src><a href=#attr-input-src>src</a></code>, and
    <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content attributes;
    <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute.</p>
 
@@ -31326,27 +31326,27 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -31402,27 +31402,27 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
    <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
    <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
    <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>,
+   <code class=no-backref title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>,
+   <code class=no-backref title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>,
+   <code class=no-backref title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>,
+   <code class=no-backref title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>,
    <code class=no-backref title=attr-dim-height><a href=#attr-dim-height>height</a></code>,
    <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
    <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
    <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
    <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
-   <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>,
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>,
    <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
    <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
    <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
    <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
-   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
    <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -32243,29 +32243,29 @@
    <dd><a href=#phrasing-content-0>Phrasing content</a>, but there must be no <a href=#interactive-content-0>interactive content</a> descendant.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd><code title=attr-fs-action><a href=#attr-fs-action>action</a></code></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
-   <dd><code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
-   <dd><code title=attr-fs-method><a href=#attr-fs-method>method</a></code></dd>
+   <dd><code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code></dd>
+   <dd><code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code></dd>
+   <dd><code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code></dd>
+   <dd><code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code></dd>
+   <dd><code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code></dd>
    <dd><code title=attr-fe-name><a href=#attr-fe-name>name</a></code></dd>
-   <dd><code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code></dd>
-   <dd><code title=attr-fs-target><a href=#attr-fs-target>target</a></code></dd>
    <dd><code title=attr-button-type><a href=#attr-button-type>type</a></code></dd>
    <dd><code title=attr-button-value><a href=#attr-button-value>value</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmlbuttonelement>HTMLButtonElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-           attribute DOMString <a href=#dom-fs-action title=dom-fs-action>action</a>;
            attribute boolean <a href=#dom-fe-autofocus title=dom-fe-autofocus>autofocus</a>;
            attribute boolean <a href=#dom-fe-disabled title=dom-fe-disabled>disabled</a>;
-           attribute DOMString <a href=#dom-fs-enctype title=dom-fs-enctype>enctype</a>;
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
-           attribute DOMString <a href=#dom-fs-method title=dom-fs-method>method</a>;
+           attribute DOMString <a href=#dom-fs-formaction title=dom-fs-formaction>formaction</a>;
+           attribute DOMString <a href=#dom-fs-formenctype title=dom-fs-formenctype>formenctype</a>;
+           attribute DOMString <a href=#dom-fs-formmethod title=dom-fs-formmethod>formmethod</a>;
+           attribute DOMString <a href=#dom-fs-formnovalidate title=dom-fs-formnoValidate>formnoValidate</a>;
+           attribute DOMString <a href=#dom-fs-formtarget title=dom-fs-formtarget>formtarget</a>;
            attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;
-           attribute DOMString <a href=#dom-fs-novalidate title=dom-fs-noValidate>noValidate</a>;
-           attribute DOMString <a href=#dom-fs-target title=dom-fs-target>target</a>;
            attribute DOMString <a href=#dom-button-type title=dom-button-type>type</a>;
            attribute DOMString <a href=#dom-button-value title=dom-button-value>value</a>;
 
@@ -32341,8 +32341,8 @@
   attribute represents the element's name. The <code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code> attribute is used to make
   the control non-interactive and to prevent its value from being
   submitted. The <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code>
-  attribute controls focus. The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes
-  for form submission</a>.</p>
+  attribute controls focus. The <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, and <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> attributes are
+  <a href=#attributes-for-form-submission>attributes for form submission</a>.</p>
 
   <p>The <dfn id=attr-button-value title=attr-button-value><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
@@ -33670,26 +33670,40 @@
 
 
 
-  <h5 id=form-submission><span class=secno>4.10.13.6 </span><dfn title="attributes for form submission">Form submission</dfn></h5>
+  <h5 id=form-submission><span class=secno>4.10.13.6 </span>Form submission</h5>
 
-  <p>Attributes for form submission can be specified both on
-  <code><a href=#the-form-element>form</a></code> elements and on elements that represent buttons
-  that submit forms, e.g. an <code><a href=#the-input-element>input</a></code> element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#submit-button-state title=attr-input-type-submit>Submit Button</a> state. The
-  attributes on the buttons, when omitted, default to the values given
-  on the corresponding the <code><a href=#the-form-element>form</a></code> element.</p>
+  <p><dfn id=attributes-for-form-submission>Attributes for form submission</dfn> can be specified both
+  on <code><a href=#the-form-element>form</a></code> elements and on <a href=#concept-submit-button title=concept-submit-button>submit button</a> (elements that
+  represent buttons that submit forms, e.g. an <code><a href=#the-input-element>input</a></code>
+  element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is
+  in the <a href=#submit-button-state title=attr-input-type-submit>Submit Button</a>
+  state).
 
-  <p>The <dfn id=attr-fs-action title=attr-fs-action><code>action</code></dfn> content
-  attribute, if specified, must have a value that is a <a href=#valid-url>valid
-  URL</a>.</p>
+  <p>The <a href=#attributes-for-form-submission>attributes for form submission</a> that may be
+  specified on <code><a href=#the-form-element>form</a></code> elements are <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+  <p>The corresponding <a href=#attributes-for-form-submission>attributes for form submission</a>
+  that may be specified on <a href=#concept-submit-button title=concept-submit-button>submit
+  button</a> are <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, and <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>. When omitted, they
+  default to the values given on the corresponding attributes on the
+  <code><a href=#the-form-element>form</a></code> element.</p>
+
+  <hr><p>The <dfn id=attr-fs-action title=attr-fs-action><code>action</code></dfn> and
+  <dfn id=attr-fs-formaction title=attr-fs-formaction><code>formaction</code></dfn>
+  content attributes, if specified, must have a value that is a
+  <a href=#valid-url>valid URL</a>.</p>
+
   <p>The <dfn id=concept-fs-action title=concept-fs-action>action</dfn> of an element is
-  the value of the element's <code title=attr-fs-action><a href=#attr-fs-action>action</a></code> attribute, if it has one, or
-  the value of its <a href=#form-owner>form owner</a>'s <code title=attr-fs-action><a href=#attr-fs-action>action</a></code> attribute, if <em>it</em> has
-  one, or else the empty string.</p>
+  the value of the element's <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code> attribute, if the
+  element is a <a href=#concept-submit-button title=concept-submit-button>submit
+  button</a> and has such an attribute, or the value of its
+  <a href=#form-owner>form owner</a>'s <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>
+  attribute, if <em>it</em> has one, or else the empty string.</p>
 
-  <p>The <dfn id=attr-fs-method title=attr-fs-method><code>method</code></dfn> content
-  attribute is an <a href=#enumerated-attribute>enumerated attribute</a> with the following
-  keywords and states:</p>
+  <hr><p>The <dfn id=attr-fs-method title=attr-fs-method><code>method</code></dfn> and
+  <dfn id=attr-fs-formmethod title=attr-fs-formmethod><code>formmethod</code></dfn>
+  content attributes are <a href=#enumerated-attribute title="enumerated attribute">enumerated
+  attributes</a> with the following keywords and states:</p>
 
   <ul><li>The keyword <dfn id=attr-fs-method-get-keyword title=attr-fs-method-GET-keyword><code>GET</code></dfn>, mapping
    to the state <dfn id=attr-fs-method-get title=attr-fs-method-GET>GET</dfn>, indicating
@@ -33707,57 +33721,78 @@
    to the state <dfn id=attr-fs-method-delete title=attr-fs-method-DELETE>DELETE</dfn>, indicating
    the HTTP DELETE method.</li>
 
-  </ul><p>The <i>missing value default</i> is the <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state.</p>
+  </ul><p>The <i>missing value default</i> for these attributes is the
+  <a href=#attr-fs-method-get title=attr-fs-method-GET>GET</a> state.</p>
 
   <p>The <dfn id=concept-fs-method title=concept-fs-method>method</dfn> of an element is
-  one of those four states. If the element has a <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute, then the element's
-  <a href=#concept-fs-method title=concept-fs-method>method</a> is that attribute's
-  state; otherwise, it is the <a href=#form-owner>form owner</a>'s <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute's state.</p>
+  one of those four states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code> attribute, then the
+  element's <a href=#concept-fs-method title=concept-fs-method>method</a> is that
+  attribute's state; otherwise, it is the <a href=#form-owner>form owner</a>'s
+  <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute's state.</p>
 
-  <p>The <dfn id=attr-fs-enctype title=attr-fs-enctype><code>enctype</code></dfn>
-  content attribute is an <a href=#enumerated-attribute>enumerated attribute</a> with the
-  following keywords and states:</p>
+  <hr><p>The <dfn id=attr-fs-enctype title=attr-fs-enctype><code>enctype</code></dfn> and
+  <dfn id=attr-fs-formenctype title=attr-fs-formenctype><code>formenctype</code></dfn>
+  content attributes are <a href=#enumerated-attribute title="enumerated attribute">enumerated
+  attributes</a> with the following keywords and states:</p>
 
   <ul><li>The "<dfn id=attr-fs-enctype-urlencoded title=attr-fs-enctype-urlencoded><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li>
    <li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li>
    <li>The "<dfn id=attr-fs-enctype-text title=attr-fs-enctype-text><code>text/plain</code></dfn>" keyword and corresponding state.</li>
-  </ul><p>The <i>missing value default</i> is the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>
+  </ul><p>The <i>missing value default</i> for these attributes is the
+  <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>
   state.</p>
 
-  <p>The <dfn id=concept-fs-enctype title=concept-fs-enctype>enctype</dfn> of an element is
-  one of those three states. If the element has a <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute, then the element's
-  <a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a> is that attribute's
-  state; otherwise, it is the <a href=#form-owner>form owner</a>'s <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute's state.</p>
+  <p>The <dfn id=concept-fs-enctype title=concept-fs-enctype>enctype</dfn> of an element
+  is one of those three states. If the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and has a <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code> attribute, then the
+  element's <a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a> is that
+  attribute's state; otherwise, it is the <a href=#form-owner>form owner</a>'s
+  <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code> attribute's state.</p>
 
-  <p>The <dfn id=attr-fs-target title=attr-fs-target><code>target</code></dfn> content
-  attribute, if present, must be a <a href=#valid-browsing-context-name-or-keyword>valid browsing context name
-  or keyword</a>.</p>
+  <hr><p>The <dfn id=attr-fs-target title=attr-fs-target><code>target</code></dfn> and
+  <dfn id=attr-fs-formtarget title=attr-fs-formtarget><code>formtarget</code></dfn>
+  content attributes, if specified, must have values that are <a href=#valid-browsing-context-name-or-keyword title="valid browsing context name or keyword">valid browsing
+  context names or keywords</a>.</p>
 
   <p>The <dfn id=concept-fs-target title=concept-fs-target>target</dfn> of an element is
-  the value of the element's <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attribute, if it has one; or
-  the value of its <a href=#form-owner>form owner</a>'s <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attribute, if <em>it</em> has
-  one; or, if one of the child nodes of <a href=#the-head-element-0>the <code>head</code>
-  element</a> is a <code><a href=#the-base-element>base</a></code> element with a <code title=attr-base-target><a href=#attr-base-target>target</a></code> attribute, then the the value
-  of the <code title=attr-base-target><a href=#attr-base-target>target</a></code> attribute of the
+  the value of the element's <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code> attribute, if the
+  element is a <a href=#concept-submit-button title=concept-submit-button>submit
+  button</a> and has such an attribute; or the value of its
+  <a href=#form-owner>form owner</a>'s <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>
+  attribute, if <em>it</em> has such an attribute; or, if one of the
+  child nodes of <a href=#the-head-element-0>the <code>head</code> element</a> is a
+  <code><a href=#the-base-element>base</a></code> element with a <code title=attr-base-target><a href=#attr-base-target>target</a></code> attribute, then the value of
+  the <code title=attr-base-target><a href=#attr-base-target>target</a></code> attribute of the
   first such <code><a href=#the-base-element>base</a></code> element; or, if there is no such
   element, the empty string.</p> <!-- c.f. hyperlink following -->
 
-  <p>The <dfn id=attr-fs-novalidate title=attr-fs-novalidate><code>novalidate</code></dfn>
-  content attribute is a <a href=#boolean-attribute>boolean attribute</a>. If present,
-  it indicates that the form is not to be validated during
-  submission.</p>
+  <hr><p>The <dfn id=attr-fs-novalidate title=attr-fs-novalidate><code>novalidate</code></dfn>
+  and <dfn id=attr-fs-formnovalidate title=attr-fs-formnovalidate><code>formnovalidate</code></dfn>
+  content attributes are <a href=#boolean-attribute title="boolean attribute">boolean
+  attributes</a>. If present, they indicate that the form is not to
+  be validated during submission.</p>
 
   <p>The <dfn id=concept-fs-novalidate title=concept-fs-novalidate>no-validate state</dfn> of
-  an element is true if the element's <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> attribute is present or
-  if the element's <a href=#form-owner>form owner</a>'s <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> attribute is present,
+  an element is true if the element is a <a href=#concept-submit-button title=concept-submit-button>submit button</a> and the element's
+  <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code> attribute
+  is present, or if the element's <a href=#form-owner>form owner</a>'s <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code> attribute is present,
   and false otherwise.</p>
 
   <div class=impl>
 
-  <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>
   

Modified: source
===================================================================
--- source	2009-03-20 23:04:10 UTC (rev 2889)
+++ source	2009-03-21 06:35:52 UTC (rev 2890)
@@ -30810,23 +30810,24 @@
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-input-accept">accept</code></dd>
-   <dd><code title="attr-fs-action">action</code></dd>
    <dd><code title="attr-input-alt">alt</code></dd>
    <dd><code title="attr-input-autocomplete">autocomplete</code></dd>
    <dd><code title="attr-fe-autofocus">autofocus</code></dd>
    <dd><code title="attr-input-checked">checked</code></dd>
    <dd><code title="attr-fe-disabled">disabled</code></dd>
-   <dd><code title="attr-fs-enctype">enctype</code></dd>
    <dd><code title="attr-fae-form">form</code></dd>
+   <dd><code title="attr-fs-formaction">formaction</code></dd>
+   <dd><code title="attr-fs-formenctype">formenctype</code></dd>
+   <dd><code title="attr-fs-formmethod">formmethod</code></dd>
+   <dd><code title="attr-fs-formnovalidate">formnovalidate</code></dd>
+   <dd><code title="attr-fs-formtarget">formtarget</code></dd>
    <dd><code title="attr-dim-height">height</code></dd>
    <dd><code title="attr-input-list">list</code></dd>
    <dd><code title="attr-input-max">max</code></dd>
    <dd><code title="attr-input-maxlength">maxlength</code></dd>
-   <dd><code title="attr-fs-method">method</code></dd>
    <dd><code title="attr-input-min">min</code></dd>
    <dd><code title="attr-input-multiple">multiple</code></dd>
    <dd><code title="attr-fe-name">name</code></dd>
-   <dd><code title="attr-fs-novalidate">novalidate</code></dd>
    <dd><code title="attr-input-pattern">pattern</code></dd>
    <dd><code title="attr-input-placeholder">placeholder</code></dd>
    <dd><code title="attr-input-readonly">readonly</code></dd>
@@ -30834,7 +30835,6 @@
    <dd><code title="attr-input-size">size</code></dd>
    <dd><code title="attr-input-src">src</code></dd>
    <dd><code title="attr-input-step">step</code></dd>
-   <dd><code title="attr-fs-target">target</code></dd>
    <dd><code title="attr-input-type">type</code></dd>
    <dd><code title="attr-input-value">value</code></dd>
    <dd><code title="attr-dim-width">width</code></dd>
@@ -30842,25 +30842,26 @@
    <dd>
 <pre class="idl">interface <dfn>HTMLInputElement</dfn> : <span>HTMLElement</span> {
            attribute DOMString <span title="dom-input-accept">accept</span>;
-           attribute DOMString <span title="dom-fs-action">action</span>;
            attribute DOMString <span title="dom-input-alt">alt</span>;
            attribute boolean <span title="dom-input-autocomplete">autocomplete</span>;
            attribute boolean <span title="dom-fe-autofocus">autofocus</span>;
            attribute boolean <span title="dom-input-defaultChecked">defaultChecked</span>;
            attribute boolean <span title="dom-input-checked">checked</span>;
            attribute boolean <span title="dom-fe-disabled">disabled</span>;
-           attribute DOMString <span title="dom-fs-enctype">enctype</span>;
   readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
+           attribute DOMString <span title="dom-fs-formAction">formAction</span>;
+           attribute DOMString <span title="dom-fs-formEnctype">formEnctype</span>;
+           attribute DOMString <span title="dom-fs-formMethod">formMethod</span>;
+           attribute boolean <span title="dom-fs-formNoValidate">formNoValidate</span>;
+           attribute DOMString <span title="dom-fs-formTarget">formTarget</span>;
            attribute DOMString <span title="dom-dim-height">height</span>;
            attribute boolean <span title="dom-input-indeterminate">indeterminate</span>;
   readonly attribute <span>HTMLElement</span> <span title="dom-input-list">list</span>;
            attribute DOMString <span title="dom-input-max">max</span>;
            attribute long <span title="dom-input-maxLength">maxLength</span>;
-           attribute DOMString <span title="dom-fs-method">method</span>;
            attribute DOMString <span title="dom-input-min">min</span>;
            attribute boolean <span title="dom-input-multiple">multiple</span>;
            attribute DOMString <span title="dom-fe-name">name</span>;
-           attribute boolean <span title="dom-fs-noValidate">noValidate</span>;
            attribute DOMString <span title="dom-input-pattern">pattern</span>;
            attribute DOMString <span title="dom-input-placeholder">placeholder</span>;
            attribute boolean <span title="dom-input-readOnly">readOnly</span>;
@@ -30868,7 +30869,6 @@
            attribute unsigned long <span title="dom-input-size">size</span>;
            attribute DOMString <span title="dom-input-src">src</span>;
            attribute DOMString <span title="dom-input-step">step</span>;
-           attribute DOMString <span title="dom-fs-target">target</span>;
            attribute DOMString <span title="dom-input-type">type</span>;
            attribute DOMString <span title="dom-input-defaultValue">defaultValue</span>;
            attribute DOMString <span title="dom-input-value">value</span>;
@@ -31030,26 +31030,26 @@
   title="attr-input-type-text">Text</span> state.</p>
 
   <p>Which of the <code title="attr-input-accept">accept</code>, <code
-  title="attr-fs-action">action</code>, <code
   title="attr-input-alt">alt</code>, <code
   title="attr-input-autocomplete">autocomplete</code>, <code
   title="attr-input-checked">checked</code>, <code
-  title="attr-fs-enctype">enctype</code>, <code
+  title="attr-fs-formaction">formaction</code>, <code
+  title="attr-fs-formenctype">formenctype</code>, <code
+  title="attr-fs-formmethod">formmethod</code>, <code
+  title="attr-fs-formnovalidate">formnovalidate</code>, <code
+  title="attr-fs-formtarget">formtarget</code>, <code
   title="attr-dim-height">height</code>, <code
   title="attr-input-list">list</code>, <code
   title="attr-input-max">max</code>, <code
   title="attr-input-maxlength">maxlength</code>, <code
-  title="attr-fs-method">method</code>, <code
   title="attr-input-min">min</code>, <code
   title="attr-input-multiple">multiple</code>, <code
-  title="attr-fs-novalidate">novalidate</code>, <code
   title="attr-input-pattern">pattern</code>, <code
   title="attr-input-readonly">readonly</code>, <code
   title="attr-input-required">required</code>, <code
   title="attr-input-size">size</code>, <code
   title="attr-input-src">src</code>, <code
-  title="attr-input-step">step</code>, <code
-  title="attr-fs-target">target</code>, and <code
+  title="attr-input-step">step</code>, and <code
   title="attr-dim-width">width</code> attributes apply to an
   <code>input</code> element depends on the state of its <code
   title="attr-input-type">type</code> attribute. Similarly, the <code
@@ -31118,31 +31118,6 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
-     <th> <code title="attr-fs-action">action</code>
-     <td class="no"> · <!-- Hidden -->
-     <td class="no"> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class="no"> · <!-- E-mail -->
-     <td class="no"> · <!-- Password -->
-     <td class="no"> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class="no"> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class="no"> · <!-- Range -->
-     <td class="no"> · <!-- Color -->
-     <td class="no"> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class="no"> · <!-- File Upload -->
-     <td class="yes"> Yes     <!-- Submit Button -->
-     <td class="yes"> Yes     <!-- Image Button -->
-     <td class="no"> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
-    <tr>
      <th> <code title="attr-input-alt">alt</code>
      <td class="no"> · <!-- Hidden -->
      <td class="no"> · <!-- Text -->
@@ -31218,7 +31193,7 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
-     <th> <code title="attr-fs-enctype">enctype</code>
+     <th> <code title="attr-fs-formaction">formaction</code>
      <td class="no"> · <!-- Hidden -->
      <td class="no"> · <!-- Text -->
 <!-- <td class="no"> ·      Search -->
@@ -31243,6 +31218,106 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
+     <th> <code title="attr-fs-formenctype">formenctype</code>
+     <td class="no"> · <!-- Hidden -->
+     <td class="no"> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class="no"> · <!-- E-mail -->
+     <td class="no"> · <!-- Password -->
+     <td class="no"> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class="no"> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class="no"> · <!-- Range -->
+     <td class="no"> · <!-- Color -->
+     <td class="no"> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class="no"> · <!-- File Upload -->
+     <td class="yes"> Yes     <!-- Submit Button -->
+     <td class="yes"> Yes     <!-- Image Button -->
+     <td class="no"> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr>
+     <th> <code title="attr-fs-formmethod">formmethod</code>
+     <td class="no"> · <!-- Hidden -->
+     <td class="no"> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class="no"> · <!-- E-mail -->
+     <td class="no"> · <!-- Password -->
+     <td class="no"> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class="no"> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class="no"> · <!-- Range -->
+     <td class="no"> · <!-- Color -->
+     <td class="no"> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class="no"> · <!-- File Upload -->
+     <td class="yes"> Yes     <!-- Submit Button -->
+     <td class="yes"> Yes     <!-- Image Button -->
+     <td class="no"> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr>
+     <th> <code title="attr-fs-formnovalidate">formnovalidate</code>
+     <td class="no"> · <!-- Hidden -->
+     <td class="no"> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class="no"> · <!-- E-mail -->
+     <td class="no"> · <!-- Password -->
+     <td class="no"> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class="no"> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class="no"> · <!-- Range -->
+     <td class="no"> · <!-- Color -->
+     <td class="no"> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class="no"> · <!-- File Upload -->
+     <td class="yes"> Yes     <!-- Submit Button -->
+     <td class="yes"> Yes     <!-- Image Button -->
+     <td class="no"> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr>
+     <th> <code title="attr-fs-formtarget">formtarget</code>
+     <td class="no"> · <!-- Hidden -->
+     <td class="no"> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class="no"> · <!-- E-mail -->
+     <td class="no"> · <!-- Password -->
+     <td class="no"> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class="no"> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class="no"> · <!-- Range -->
+     <td class="no"> · <!-- Color -->
+     <td class="no"> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class="no"> · <!-- File Upload -->
+     <td class="yes"> Yes     <!-- Submit Button -->
+     <td class="yes"> Yes     <!-- Image Button -->
+     <td class="no"> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr>
      <th> <code title="attr-dim-height">height</code>
      <td class="no"> · <!-- Hidden -->
      <td class="no"> · <!-- Text -->
@@ -31343,31 +31418,6 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
-     <th> <code title="attr-fs-method">method</code>
-     <td class="no"> · <!-- Hidden -->
-     <td class="no"> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class="no"> · <!-- E-mail -->
-     <td class="no"> · <!-- Password -->
-     <td class="no"> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class="no"> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class="no"> · <!-- Range -->
-     <td class="no"> · <!-- Color -->
-     <td class="no"> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class="no"> · <!-- File Upload -->
-     <td class="yes"> Yes     <!-- Submit Button -->
-     <td class="yes"> Yes     <!-- Image Button -->
-     <td class="no"> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
-    <tr>
      <th> <code title="attr-input-min">min</code>
      <td class="no"> · <!-- Hidden -->
      <td class="no"> · <!-- Text -->
@@ -31418,31 +31468,6 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
-     <th> <code title="attr-fs-novalidate">novalidate</code>
-     <td class="no"> · <!-- Hidden -->
-     <td class="no"> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class="no"> · <!-- E-mail -->
-     <td class="no"> · <!-- Password -->
-     <td class="no"> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class="no"> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class="no"> · <!-- Range -->
-     <td class="no"> · <!-- Color -->
-     <td class="no"> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class="no"> · <!-- File Upload -->
-     <td class="yes"> Yes     <!-- Submit Button -->
-     <td class="yes"> Yes     <!-- Image Button -->
-     <td class="no"> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
-    <tr>
      <th> <code title="attr-input-pattern">pattern</code>
      <td class="no"> · <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
@@ -31618,31 +31643,6 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
-     <th> <code title="attr-fs-target">target</code>
-     <td class="no"> · <!-- Hidden -->
-     <td class="no"> · <!-- Text -->
-<!-- <td class="no"> ·      Search -->
-<!-- <td class="no"> ·      URL -->
-     <td class="no"> · <!-- E-mail -->
-     <td class="no"> · <!-- Password -->
-     <td class="no"> · <!-- Date and Time -->
-<!-- <td class="no"> ·      Date -->
-<!-- <td class="no"> ·      Month -->
-<!-- <td class="no"> ·      Week -->
-<!-- <td class="no"> ·      Time -->
-     <td class="no"> · <!-- Local Date and Time -->
-<!-- <td class="no"> ·      Number -->
-     <td class="no"> · <!-- Range -->
-     <td class="no"> · <!-- Color -->
-     <td class="no"> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class="no"> · <!-- File Upload -->
-     <td class="yes"> Yes     <!-- Submit Button -->
-     <td class="yes"> Yes     <!-- Image Button -->
-     <td class="no"> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
-    <tr>
      <th> <code title="attr-dim-width">width</code>
      <td class="no"> · <!-- Hidden -->
      <td class="no"> · <!-- Text -->
@@ -32275,27 +32275,27 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-required">required</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -32388,19 +32388,19 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -32495,19 +32495,19 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -32628,18 +32628,18 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -32714,20 +32714,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -32895,19 +32895,19 @@
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -33060,20 +33060,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -33227,20 +33227,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -33394,20 +33394,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -33556,20 +33556,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -33706,20 +33706,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -33845,20 +33845,20 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -34025,22 +34025,22 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-required">required</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
-   <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-src">src</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -34125,25 +34125,25 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-required">required</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -34246,25 +34246,25 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -34401,25 +34401,25 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -34541,25 +34541,25 @@
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-size">size</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The element's <code title="attr-input-value">value</code>
@@ -34619,22 +34619,22 @@
   
   </div>
 
-  <p>The <code title="attr-fs-action">action</code>, <code
-  title="attr-fs-enctype">enctype</code>, <code
-  title="attr-fs-method">method</code>, <code
-  title="attr-fs-novalidate">novalidate</code>, and <code
-  title="attr-fs-target">target</code> attributes are <span>attributes
+  <p>The <code title="attr-fs-formaction">formaction</code>, <code
+  title="attr-fs-formenctype">formenctype</code>, <code
+  title="attr-fs-formmethod">formmethod</code>, <code
+  title="attr-fs-formnovalidate">formnovalidate</code>, and <code
+  title="attr-fs-formtarget">formtarget</code> attributes are <span>attributes
   for form submission</span>.</p>
 
   <div class="bookkeeping impl">
 
    <p>The following common <code>input</code> element content
    attributes and DOM attributes apply to the element:
-   <code title="attr-fs-action">action</code>,
-   <code title="attr-fs-enctype">enctype</code>,
-   <code title="attr-fs-method">method</code>,
-   <code title="attr-fs-novalidate">novalidate</code>, and
-   <code title="attr-fs-target">target</code> content attributes;
+   <code title="attr-fs-formaction">formaction</code>,
+   <code title="attr-fs-formenctype">formenctype</code>,
+   <code title="attr-fs-formmethod">formmethod</code>,
+   <code title="attr-fs-formnovalidate">formnovalidate</code>, and
+   <code title="attr-fs-formtarget">formtarget</code> content attributes;
    <code title="dom-input-value">value</code> DOM attribute.</p>
 
    <p>The <code title="dom-input-value">value</code> DOM attribute is
@@ -34853,25 +34853,25 @@
   
   </div>
 
-  <p>The <code title="attr-fs-action">action</code>, <code
-  title="attr-fs-enctype">enctype</code>, <code
-  title="attr-fs-method">method</code>, <code
-  title="attr-fs-novalidate">novalidate</code>, and <code
-  title="attr-fs-target">target</code> attributes are <span>attributes
+  <p>The <code title="attr-fs-formaction">formaction</code>, <code
+  title="attr-fs-formenctype">formenctype</code>, <code
+  title="attr-fs-formmethod">formmethod</code>, <code
+  title="attr-fs-formnovalidate">formnovalidate</code>, and <code
+  title="attr-fs-formtarget">formtarget</code> attributes are <span>attributes
   for form submission</span>.</p>
 
   <div class="bookkeeping impl">
 
    <p>The following common <code>input</code> element content
    attributes and DOM attributes apply to the element:
-   <code title="attr-fs-action">action</code>,
    <code title="attr-input-alt">alt</code>,
-   <code title="attr-fs-enctype">enctype</code>,
+   <code title="attr-fs-formaction">formaction</code>,
+   <code title="attr-fs-formenctype">formenctype</code>,
+   <code title="attr-fs-formmethod">formmethod</code>, 
+   <code title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code title="attr-fs-formtarget">formtarget</code>,
    <code title="attr-dim-height">height</code>,
-   <code title="attr-fs-method">method</code>, 
-   <code title="attr-fs-novalidate">novalidate</code>,
-   <code title="attr-input-src">src</code>,
-   <code title="attr-fs-target">target</code>, and
+   <code title="attr-input-src">src</code>, and
    <code title="attr-dim-width">width</code> content attributes;
    <code title="dom-input-value">value</code> DOM attribute.</p>
 
@@ -34968,27 +34968,27 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-required">required</code>
    <code class="no-backref" title="attr-input-size">size</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -35050,27 +35050,27 @@
    <p>The following content attributes must not be specified and do not
    apply to the element:
    <code class="no-backref" title="attr-input-accept">accept</code>,
-   <code class="no-backref" title="attr-fs-action">action</code>,
    <code class="no-backref" title="attr-input-alt">alt</code>,
    <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
    <code class="no-backref" title="attr-input-checked">checked</code>,
-   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-fs-formaction">formaction</code>,
+   <code class="no-backref" title="attr-fs-formenctype">formenctype</code>,
+   <code class="no-backref" title="attr-fs-formmethod">formmethod</code>,
+   <code class="no-backref" title="attr-fs-formnovalidate">formnovalidate</code>,
+   <code class="no-backref" title="attr-fs-formtarget">formtarget</code>,
    <code class="no-backref" title="attr-dim-height">height</code>,
    <code class="no-backref" title="attr-input-list">list</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-   <code class="no-backref" title="attr-fs-method">method</code>,
    <code class="no-backref" title="attr-input-min">min</code>,
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
-   <code class="no-backref" title="attr-fs-novalidate">novalidate</code>,
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</code>,
    <code class="no-backref" title="attr-input-readonly">readonly</code>,
    <code class="no-backref" title="attr-input-required">required</code>
    <code class="no-backref" title="attr-input-size">size</code>,
    <code class="no-backref" title="attr-input-src">src</code>,
-   <code class="no-backref" title="attr-input-step">step</code>,
-   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>, and
    <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
@@ -36082,29 +36082,29 @@
    <dd><span>Phrasing content</span>, but there must be no <span>interactive content</span> descendant.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
-   <dd><code title="attr-fs-action">action</code></dd>
    <dd><code title="attr-fe-autofocus">autofocus</code></dd>
    <dd><code title="attr-fe-disabled">disabled</code></dd>
-   <dd><code title="attr-fs-enctype">enctype</code></dd>
    <dd><code title="attr-fae-form">form</code></dd>
-   <dd><code title="attr-fs-method">method</code></dd>
+   <dd><code title="attr-fs-formaction">formaction</code></dd>
+   <dd><code title="attr-fs-formenctype">formenctype</code></dd>
+   <dd><code title="attr-fs-formmethod">formmethod</code></dd>
+   <dd><code title="attr-fs-formnovalidate">formnovalidate</code></dd>
+   <dd><code title="attr-fs-formtarget">formtarget</code></dd>
    <dd><code title="attr-fe-name">name</code></dd>
-   <dd><code title="attr-fs-novalidate">novalidate</code></dd>
-   <dd><code title="attr-fs-target">target</code></dd>
    <dd><code title="attr-button-type">type</code></dd>
    <dd><code title="attr-button-value">value</code></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
-           attribute DOMString <span title="dom-fs-action">action</span>;
            attribute boolean <span title="dom-fe-autofocus">autofocus</span>;
            attribute boolean <span title="dom-fe-disabled">disabled</span>;
-           attribute DOMString <span title="dom-fs-enctype">enctype</span>;
   readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
-           attribute DOMString <span title="dom-fs-method">method</span>;
+           attribute DOMString <span title="dom-fs-formaction">formaction</span>;
+           attribute DOMString <span title="dom-fs-formenctype">formenctype</span>;
+           attribute DOMString <span title="dom-fs-formmethod">formmethod</span>;
+           attribute DOMString <span title="dom-fs-formnoValidate">formnoValidate</span>;
+           attribute DOMString <span title="dom-fs-formtarget">formtarget</span>;
            attribute DOMString <span title="dom-fe-name">name</span>;
-           attribute DOMString <span title="dom-fs-noValidate">noValidate</span>;
-           attribute DOMString <span title="dom-fs-target">target</span>;
            attribute DOMString <span title="dom-button-type">type</span>;
            attribute DOMString <span title="dom-button-value">value</span>;
 
@@ -36201,12 +36201,12 @@
   the control non-interactive and to prevent its value from being
   submitted. The <code title="attr-fe-autofocus">autofocus</code>
   attribute controls focus. The <code
-  title="attr-fs-action">action</code>, <code
-  title="attr-fs-enctype">enctype</code>, <code
-  title="attr-fs-method">method</code>, <code
-  title="attr-fs-novalidate">novalidate</code>, and <code
-  title="attr-fs-target">target</code> attributes are <span>attributes
-  for form submission</span>.</p>
+  title="attr-fs-formaction">formaction</code>, <code
+  title="attr-fs-formenctype">formenctype</code>, <code
+  title="attr-fs-formmethod">formmethod</code>, <code
+  title="attr-fs-formnovalidate">formnovalidate</code>, and <code
+  title="attr-fs-formtarget">formtarget</code> attributes are
+  <span>attributes for form submission</span>.</p>
 
   <p>The <dfn title="attr-button-value"><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
@@ -37800,31 +37800,57 @@
 
 
 
-  <h5><dfn title="attributes for form submission">Form submission</dfn></h5>
+  <h5>Form submission</h5>
 
-  <p>Attributes for form submission can be specified both on
-  <code>form</code> elements and on elements that represent buttons
-  that submit forms, e.g. an <code>input</code> element whose <code
-  title="attr-input-type">type</code> attribute is in the <span
-  title="attr-input-type-submit">Submit Button</span> state. The
-  attributes on the buttons, when omitted, default to the values given
-  on the corresponding the <code>form</code> element.</p>
+  <p><dfn>Attributes for form submission</dfn> can be specified both
+  on <code>form</code> elements and on <span
+  title="concept-submit-button">submit button</span> (elements that
+  represent buttons that submit forms, e.g. an <code>input</code>
+  element whose <code title="attr-input-type">type</code> attribute is
+  in the <span title="attr-input-type-submit">Submit Button</span>
+  state).
 
-  <p>The <dfn title="attr-fs-action"><code>action</code></dfn> content
-  attribute, if specified, must have a value that is a <span>valid
-  URL</span>.</p>
+  <p>The <span>attributes for form submission</span> that may be
+  specified on <code>form</code> elements are <code
+  title="attr-fs-action">action</code>, <code
+  title="attr-fs-enctype">enctype</code>, <code
+  title="attr-fs-method">method</code>, <code
+  title="attr-fs-novalidate">novalidate</code>, and <code
+  title="attr-fs-target">target</code>.</p>
 
+  <p>The corresponding <span>attributes for form submission</span>
+  that may be specified on <span title="concept-submit-button">submit
+  button</span> are <code
+  title="attr-fs-formaction">formaction</code>, <code
+  title="attr-fs-formenctype">formenctype</code>, <code
+  title="attr-fs-formmethod">formmethod</code>, <code
+  title="attr-fs-formnovalidate">formnovalidate</code>, and <code
+  title="attr-fs-formtarget">formtarget</code>. When omitted, they
+  default to the values given on the corresponding attributes on the
+  <code>form</code> element.</p>
+
+  <hr>
+
+  <p>The <dfn title="attr-fs-action"><code>action</code></dfn> and
+  <dfn title="attr-fs-formaction"><code>formaction</code></dfn>
+  content attributes, if specified, must have a value that is a
+  <span>valid URL</span>.</p>
+
   <p>The <dfn title="concept-fs-action">action</dfn> of an element is
   the value of the element's <code
-  title="attr-fs-action">action</code> attribute, if it has one, or
-  the value of its <span>form owner</span>'s <code
-  title="attr-fs-action">action</code> attribute, if <em>it</em> has
-  one, or else the empty string.</p>
+  title="attr-fs-formaction">formaction</code> attribute, if the
+  element is a <span title="concept-submit-button">submit
+  button</span> and has such an attribute, or the value of its
+  <span>form owner</span>'s <code title="attr-fs-action">action</code>
+  attribute, if <em>it</em> has one, or else the empty string.</p>
 
-  <p>The <dfn title="attr-fs-method"><code>method</code></dfn> content
-  attribute is an <span>enumerated attribute</span> with the following
-  keywords and states:</p>
+  <hr>
 
+  <p>The <dfn title="attr-fs-method"><code>method</code></dfn> and
+  <dfn title="attr-fs-formmethod"><code>formmethod</code></dfn>
+  content attributes are <span title="enumerated attribute">enumerated
+  attributes</span> with the following keywords and states:</p>
+
   <ul>
 
    <li>The keyword <dfn
@@ -37849,67 +37875,86 @@
 
   </ul>
 
-  <p>The <i>missing value default</i> is the <span
-  title="attr-fs-method-GET">GET</span> state.</p>
+  <p>The <i>missing value default</i> for these attributes is the
+  <span title="attr-fs-method-GET">GET</span> state.</p>
 
   <p>The <dfn title="concept-fs-method">method</dfn> of an element is
-  one of those four states. If the element has a <code
-  title="attr-fs-method">method</code> attribute, then the element's
-  <span title="concept-fs-method">method</span> is that attribute's
-  state; otherwise, it is the <span>form owner</span>'s <code
-  title="attr-fs-method">method</code> attribute's state.</p>
+  one of those four states. If the element is a <span
+  title="concept-submit-button">submit button</span> and has a <code
+  title="attr-fs-formmethod">formmethod</code> attribute, then the
+  element's <span title="concept-fs-method">method</span> is that
+  attribute's state; otherwise, it is the <span>form owner</span>'s
+  <code title="attr-fs-method">method</code> attribute's state.</p>
 
-  <p>The <dfn title="attr-fs-enctype"><code>enctype</code></dfn>
-  content attribute is an <span>enumerated attribute</span> with the
-  following keywords and states:</p>
+  <hr>
 
+  <p>The <dfn title="attr-fs-enctype"><code>enctype</code></dfn> and
+  <dfn title="attr-fs-formenctype"><code>formenctype</code></dfn>
+  content attributes are <span title="enumerated attribute">enumerated
+  attributes</span> with the following keywords and states:</p>
+
   <ul>
    <li>The "<dfn title="attr-fs-enctype-urlencoded"><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li>
    <li>The "<dfn title="attr-fs-enctype-formdata"><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li>
    <li>The "<dfn title="attr-fs-enctype-text"><code>text/plain</code></dfn>" keyword and corresponding state.</li>
   </ul>
 
-  <p>The <i>missing value default</i> is the <code
+  <p>The <i>missing value default</i> for these attributes is the
+  <code
   title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code>
   state.</p>
 
-  <p>The <dfn title="concept-fs-enctype">enctype</dfn> of an element is
-  one of those three states. If the element has a <code
-  title="attr-fs-enctype">enctype</code> attribute, then the element's
-  <span title="concept-fs-enctype">enctype</span> is that attribute's
-  state; otherwise, it is the <span>form owner</span>'s <code
-  title="attr-fs-enctype">enctype</code> attribute's state.</p>
+  <p>The <dfn title="concept-fs-enctype">enctype</dfn> of an element
+  is one of those three states. If the element is a <span
+  title="concept-submit-button">submit button</span> and has a <code
+  title="attr-fs-formenctype">formenctype</code> attribute, then the
+  element's <span title="concept-fs-enctype">enctype</span> is that
+  attribute's state; otherwise, it is the <span>form owner</span>'s
+  <code title="attr-fs-enctype">enctype</code> attribute's state.</p>
 
-  <p>The <dfn title="attr-fs-target"><code>target</code></dfn> content
-  attribute, if present, must be a <span>valid browsing context name
-  or keyword</span>.</p>
+  <hr>
 
+  <p>The <dfn title="attr-fs-target"><code>target</code></dfn> and
+  <dfn title="attr-fs-formtarget"><code>formtarget</code></dfn>
+  content attributes, if specified, must have values that are <span
+  title="valid browsing context name or keyword">valid browsing
+  context names or keywords</span>.</p>
+
   <p>The <dfn title="concept-fs-target">target</dfn> of an element is
   the value of the element's <code
-  title="attr-fs-target">target</code> attribute, if it has one; or
-  the value of its <span>form owner</span>'s <code
-  title="attr-fs-target">target</code> attribute, if <em>it</em> has
-  one; or, if one of the child nodes of <span>the <code>head</code>
-  element</span> is a <code>base</code> element with a <code
-  title="attr-base-target">target</code> attribute, then the the value
-  of the <code title="attr-base-target">target</code> attribute of the
+  title="attr-fs-formtarget">formtarget</code> attribute, if the
+  element is a <span title="concept-submit-button">submit
+  button</span> and has such an attribute; or the value of its
+  <span>form owner</span>'s <code title="attr-fs-target">target</code>
+  attribute, if <em>it</em> has such an attribute; or, if one of the
+  child nodes of <span>the <code>head</code> element</span> is a
+  <code>base</code> element with a <code
+  title="attr-base-target">target</code> attribute, then the value of
+  the <code title="attr-base-target">target</code> attribute of the
   first such <code>base</code> element; or, if there is no such
   element, the empty string.</p> <!-- c.f. hyperlink following -->
 
+  <hr>
+
   <p>The <dfn title="attr-fs-novalidate"><code>novalidate</code></dfn>
-  content attribute is a <span>boolean attribute</span>. If present,
-  it indicates that the form is not to be validated during
-  submission.</p>
+  and <dfn
+  title="attr-fs-formnovalidate"><code>formnovalidate</code></dfn>
+  content attributes are <span title="boolean attribute">boolean
+  attributes</span>. If present, they indicate that the form is not to
+  be validated during submission.</p>
 
   <p>The <dfn title="concept-fs-novalidate">no-validate state</dfn> of
-  an element is true if the element's <code
-  title="attr-fs-novalidate">novalidate</code> attribute is present or
-  if the element's <span>form owner</span>'s <code
+  an element is true if the element is a <span
+  title="concept-submit-button">submit button</span> and the element's
+  <code title="attr-fs-formnovalidate">formnovalidate</code> attribute
+  is present, or if the element's <span>form owner</span>'s <code
   title="attr-fs-novalidate">novalidate</code> attribute is present,
   and false otherwise.</p>
 
   <div class="impl">
 
+  <hr>
+
   <p>The <dfn title="dom-fs-action"><code>action</code></dfn>, <dfn
   title="dom-fs-method"><code>method</code></dfn>, <dfn
   title="dom-fs-enctype"><code>enctype</code></dfn>, and <dfn
@@ -37918,7 +37963,23 @@
   name. The <dfn
   title="dom-fs-noValidate"><code>noValidate</code></dfn> DOM
   attribute must reflect the <code
-  title="attr-fs-novalidate">novalidate</code> content attribute.</p>
+  title="attr-fs-novalidate">novalidate</code> content attribute.  The
+  <dfn title="dom-fs-formAction"><code>formAction</code></dfn> DOM
+  attribute must reflect the <code
+  title="attr-fs-formaction">formaction</code> content attribute.  The
+  <dfn title="dom-fs-formEnctype"><code>formEnctype</code></dfn> DOM
+  attribute must reflect the <code
+  title="attr-fs-formenctype">formenctype</code> content attribute.
+  The <dfn title="dom-fs-formMethod"><code>formMethod</code></dfn> DOM
+  attribute must reflect the <code
+  title="attr-fs-formmethod">formmethod</code> content attribute.  The
+  <dfn title="dom-fs-formNoValidate"><code>formNoValidate</code></dfn>
+  DOM attribute must reflect the <code
+  title="attr-fs-formnovalidate">formnovalidate</code> content
+  attribute.  The <dfn
+  title="dom-fs-formTarget"><code>formTarget</code></dfn> DOM
+  attribute must reflect the <code
+  title="attr-fs-formtarget">formtarget</code> content attribute.
 
   </div>
   




More information about the Commit-Watchers mailing list