html5/spec Overview.html,1.1346,1.1347

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7539

Modified Files:
	Overview.html 
Log Message:
WF2: Hook up some of the form submission attributes. (whatwg r2174)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1346
retrieving revision 1.1347
diff -u -d -r1.1346 -r1.1347
--- Overview.html	13 Sep 2008 00:14:12 -0000	1.1346
+++ Overview.html	13 Sep 2008 00:36:36 -0000	1.1347
@@ -26642,8 +26642,8 @@
   <p>The <code title=attr-fs-action><a href="#action">action</a></code>,
    <code title=attr-fs-enctype><a href="#enctype">enctype</a></code>, <code
    title=attr-fs-method><a href="#method">method</a></code>, and <code
-   title=attr-fs-target><a href="#target3">target</a></code> are <a
-   href="#attributes5">attributes for form submission</a>.
+   title=attr-fs-target><a href="#target3">target</a></code> attributes are
+   <a href="#attributes5">attributes for form submission</a>.
 
   <p>The <dfn id=accept-charset0
    title=dom-form-accept-charset><code>accept-charset</code></dfn> and <dfn
@@ -26784,7 +26784,7 @@
 
    <dd><code title=attr-input-accept>accept</code>
 
-   <dd><code title=attr-input-action>action</code>
+   <dd><code title=attr-fs-action><a href="#action">action</a></code>
 
    <dd><code title=attr-input-alt>alt</code>
 
@@ -26796,7 +26796,7 @@
 
    <dd><code title=attr-fe-disabled><a href="#disabled3">disabled</a></code>
 
-   <dd><code title=attr-input-enctype>enctype</code>
+   <dd><code title=attr-fs-enctype><a href="#enctype">enctype</a></code>
 
    <dd><code title=attr-fae-form><a href="#form0">form</a></code>
 
@@ -26808,7 +26808,7 @@
 
    <dd><code title=attr-input-maxlength>maxlength</code>
 
-   <dd><code title=attr-input-method>method</code>
+   <dd><code title=attr-fs-method><a href="#method">method</a></code>
 
    <dd><code title=attr-input-min>min</code>
 
@@ -26826,7 +26826,7 @@
 
    <dd><code title=attr-input-step>step</code>
 
-   <dd><code title=attr-input-target>target</code>
+   <dd><code title=attr-fs-target><a href="#target3">target</a></code>
 
    <dd><code title=attr-input-type>type</code>
 
@@ -26838,20 +26838,20 @@
     <pre
      class=idl>interface <dfn id=htmlinputelement>HTMLInputElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <span title=dom-input-accept>accept</span>;
-           attribute DOMString <span title=dom-input-action>action</span>;
+           attribute DOMString <a href="#action0" title=dom-fs-action>action</a>;
            attribute DOMString <span title=dom-input-alt>alt</span>;
            attribute boolean <span title=dom-input-autocomplete>autocomplete</span>;
            attribute boolean <span title=dom-input-autofocus>autofocus</span>;
            attribute boolean <span title=dom-input-defaultChecked>defaultChecked</span>;
            attribute boolean <span title=dom-input-checked>checked</span>;
            attribute boolean <a href="#disabled4" title=dom-fe-disabled>disabled</a>;
-           attribute DOMString <span title=dom-input-enctype>enctype</span>;
+           attribute DOMString <a href="#enctype0" title=dom-fs-enctype>enctype</a>;
   readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            attribute DOMString <span title=dom-input-inputmode>inputmode</span>;
   readonly attribute <a href="#htmlelement">HTMLElement</a> <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-input-method>method</span>;
+           attribute DOMString <a href="#method0" title=dom-fs-method>method</a>;
            attribute DOMString <span title=dom-input-min>min</span>;
            attribute DOMString <a href="#name12" title=dom-fe-name>name</a>;
            attribute DOMString <span title=dom-input-pattern>pattern</span>;
@@ -26860,7 +26860,7 @@
            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-input-target>target</span>;
+           attribute DOMString <a href="#target4" title=dom-fs-target>target</a>;
            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>;
@@ -26923,21 +26923,21 @@
 
    <dt>Element-specific attributes:
 
-   <dd><code title=attr-button-action>action</code>
+   <dd><code title=attr-fs-action><a href="#action">action</a></code>
 
    <dd><code title=attr-button-autofocus>autofocus</code>
 
    <dd><code title=attr-fe-disabled><a href="#disabled3">disabled</a></code>
 
-   <dd><code title=attr-button-enctype>enctype</code>
+   <dd><code title=attr-fs-enctype><a href="#enctype">enctype</a></code>
 
    <dd><code title=attr-fae-form><a href="#form0">form</a></code>
 
-   <dd><code title=attr-button-method>method</code>
+   <dd><code title=attr-fs-method><a href="#method">method</a></code>
 
    <dd><code title=attr-fe-name><a href="#name11">name</a></code>
 
-   <dd><code title=attr-button-target>target</code>
+   <dd><code title=attr-fs-target><a href="#target3">target</a></code>
 
    <dd><code title=attr-button-type>type</code>
 
@@ -26948,14 +26948,14 @@
    <dd>
     <pre
      class=idl>interface <dfn id=htmlbuttonelement>HTMLButtonElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
-           attribute DOMString <span title=dom-button-action>action</span>;
+           attribute DOMString <a href="#action0" title=dom-fs-action>action</a>;
            attribute boolean <span title=dom-button-autofocus>autofocus</span>;
            attribute boolean <a href="#disabled4" title=dom-fe-disabled>disabled</a>;
-           attribute DOMString <span title=dom-button-enctype>enctype</span>;
+           attribute DOMString <a href="#enctype0" title=dom-fs-enctype>enctype</a>;
   readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
-           attribute DOMString <span title=dom-button-method>method</span>;
+           attribute DOMString <a href="#method0" title=dom-fs-method>method</a>;
            attribute DOMString <a href="#name12" title=dom-fe-name>name</a>;
-           attribute DOMString <span title=dom-button-target>target</span>;
+           attribute DOMString <a href="#target4" title=dom-fs-target>target</a>;
            attribute DOMString <span title=dom-button-type>type</span>;
            attribute DOMString <span title=dom-button-value>value</span>;
 

Received on Saturday, 13 September 2008 00:37:13 UTC