html5/spec Overview.html,1.1387,1.1388

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

Modified Files:
	Overview.html 
Log Message:
WF2: Prepare the document for autofocus=''. (whatwg r2215)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1387
retrieving revision 1.1388
diff -u -d -r1.1387 -r1.1388
--- Overview.html	18 Sep 2008 10:56:17 -0000	1.1387
+++ Overview.html	18 Sep 2008 23:30:07 -0000	1.1388
@@ -1155,6 +1155,19 @@
 
        <li><a href="#attributes1"><span class=secno>4.9.13 </span>Attributes
         common to form controls</a>
+        <ul class=toc>
+         <li><a href="#naming"><span class=secno>4.9.13.1. </span>Naming form
+          controls</a>
+
+         <li><a href="#enabling"><span class=secno>4.9.13.2. </span>Enabling
+          and disabling form controls</a>
+
+         <li><a href="#a-form"><span class=secno>4.9.13.3. </span>A form
+          control's value</a>
+
+         <li><a href="#autofocusing"><span class=secno>4.9.13.4.
+          </span>Autofocusing a form control</a>
+        </ul>
 
        <li><a href="#attributes2"><span class=secno>4.9.14 </span>Attributes
         for form submission</a>
@@ -27079,7 +27092,8 @@
    <dd><code title=attr-input-autocomplete><a
     href="#autocomplete0">autocomplete</a></code>
 
-   <dd><code title=attr-input-autofocus>autofocus</code>
+   <dd><code title=attr-fe-autofocus><a
+    href="#autofocus">autofocus</a></code>
 
    <dd><code title=attr-input-checked>checked</code>
 
@@ -27130,7 +27144,7 @@
            attribute DOMString <a href="#action0" title=dom-fs-action>action</a>;
            attribute DOMString <a href="#alt4" title=dom-input-alt>alt</a>;
            attribute boolean <a href="#autocomplete" title=dom-input-autocomplete>autocomplete</a>;
-           attribute boolean <a href="#autofocus" title=dom-input-autofocus>autofocus</a>;
+           attribute boolean <a href="#autofocus0" title=dom-fe-autofocus>autofocus</a>;
            attribute boolean <a href="#defaultchecked" title=dom-input-defaultChecked>defaultChecked</a>;
            attribute boolean <a href="#checked1" title=dom-input-checked>checked</a>;
            attribute boolean <a href="#disabled6" title=dom-fe-disabled>disabled</a>;
@@ -27413,7 +27427,6 @@
    title=attr-fs-action><a href="#action">action</a></code>, <code
    title=attr-input-alt>alt</code>, <code title=attr-input-autocomplete><a
    href="#autocomplete0">autocomplete</a></code>, <code
-   title=attr-input-autofocus>autofocus</code>, <code
    title=attr-input-checked>checked</code>, <code title=attr-fs-enctype><a
    href="#enctype">enctype</a></code>, and <code
    title=attr-input-inputmode>inputmode</code>, <code
@@ -27665,49 +27678,6 @@
      <td class=no> &middot; <!-- Button -->
 
     <tr>
-     <th> <code title=attr-input-autofocus>autofocus</code>
-
-     <td class=yes> Yes <!-- Text -->
-
-     <td class=yes> Yes <!-- Password -->
-
-     <td class=no> &middot; <!-- E-mail -->
-
-     <td class=no> &middot; <!-- URL -->
-
-     <td class=no> &middot; <!-- Date and Time -->
-
-     <td class=no> &middot; <!-- Local Date and Time -->
-
-     <td class=no> &middot; <!-- Date -->
-
-     <td class=no> &middot; <!-- Month -->
-
-     <td class=no> &middot; <!-- Week -->
-
-     <td class=no> &middot; <!-- Time -->
-
-     <td class=no> &middot; <!-- Number -->
-
-     <td class=no> &middot; <!-- Range -->
-
-     <td class=no> &middot; <!-- Checkbox -->
-
-     <td class=no> &middot; <!-- Radio Button -->
-
-     <td class=no> &middot; <!-- File -->
-
-     <td class=no> &middot; <!-- Hidden -->
-
-     <td class=no> &middot; <!-- Submit Button -->
-
-     <td class=no> &middot; <!-- Image Button -->
-
-     <td class=no> &middot; <!-- Reset Button -->
-
-     <td class=no> &middot; <!-- Button -->
-
-    <tr>
      <th> <code title=attr-input-checked>checked</code>
 
      <td class=no> &middot; <!-- Text -->
@@ -28738,7 +28708,6 @@
    <dfn id=alt4 title=dom-input-alt><code>alt</code></dfn>, <dfn
    id=autocomplete
    title=dom-input-autocomplete><code>autocomplete</code></dfn>, <dfn
-   id=autofocus title=dom-input-autofocus><code>autofocus</code></dfn>, <dfn
    id=inputmode title=dom-input-inputmode><code>inputmode</code></dfn>, <dfn
    id=max3 title=dom-input-max><code>max</code></dfn>, <dfn id=min1
    title=dom-input-min><code>min</code></dfn>, <dfn id=pattern
@@ -28832,7 +28801,6 @@
    attributes, DOM attributes, and methods apply to the element: <code
    title=attr-input-autocomplete><a
    href="#autocomplete0">autocomplete</a></code>, <code
-   title=attr-input-autofocus>autofocus</code>, <code
    title=attr-input-inputmode>inputmode</code>, <code
    title=attr-input-list>list</code>, <code
    title=attr-input-maxlength>maxlength</code>, <code
@@ -28930,7 +28898,6 @@
    element content attributes apply to the element: <code
    title=attr-input-autocomplete><a
    href="#autocomplete0">autocomplete</a></code>, <code
-   title=attr-input-autofocus>autofocus</code>, <code
    title=attr-input-inputmode>inputmode</code>, <code
    title=attr-input-maxlength>maxlength</code>, <code
    title=attr-input-pattern>pattern</code>, <code
@@ -29376,7 +29343,8 @@
 
    <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-autofocus><a
+    href="#autofocus">autofocus</a></code>
 
    <dd><code title=attr-fe-disabled><a href="#disabled5">disabled</a></code>
 
@@ -29400,7 +29368,7 @@
     <pre
      class=idl>interface <dfn id=htmlbuttonelement>HTMLButtonElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <a href="#action0" title=dom-fs-action>action</a>;
-           attribute boolean <span title=dom-button-autofocus>autofocus</span>;
+           attribute boolean <a href="#autofocus0" title=dom-fe-autofocus>autofocus</a>;
            attribute boolean <a href="#disabled6" title=dom-fe-disabled>disabled</a>;
            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>;
@@ -29469,7 +29437,8 @@
 
    <dt>Element-specific attributes:
 
-   <dd><code title=attr-select-autofocus>autofocus</code>
+   <dd><code title=attr-fe-autofocus><a
+    href="#autofocus">autofocus</a></code>
 
    <dd><code title=attr-fe-disabled><a href="#disabled5">disabled</a></code>
 
@@ -29486,7 +29455,7 @@
    <dd>
     <pre
      class=idl>interface <dfn id=htmlselectelement>HTMLSelectElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
-           attribute boolean <span title=dom-select-autofocus>autofocus</span>;
+           attribute boolean <a href="#autofocus0" title=dom-fe-autofocus>autofocus</a>;
            attribute boolean <a href="#disabled6" title=dom-fe-disabled>disabled</a>;
   readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
            attribute boolean <span title=dom-select-multiple>multiple</span>;
@@ -29700,7 +29669,8 @@
 
    <dd><code title=attr-textarea-accept>accept</code>
 
-   <dd><code title=attr-textarea-autofocus>autofocus</code>
+   <dd><code title=attr-fe-autofocus><a
+    href="#autofocus">autofocus</a></code>
 
    <dd><code title=attr-textarea-cols>cols</code>
 
@@ -29730,7 +29700,7 @@
     <pre
      class=idl>interface <dfn id=htmltextareaelement>HTMLTextAreaElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
            attribute DOMString <span title=dom-textarea-accept>accept</span>;
-           attribute boolean <span title=dom-textarea-autofocus>autofocus</span>;
+           attribute boolean <a href="#autofocus0" title=dom-fe-autofocus>autofocus</a>;
            attribute unsigned long <span title=dom-textarea-cols>cols</span>;
            attribute boolean <a href="#disabled6" title=dom-fe-disabled>disabled</a>;
   readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#form1" title=dom-fae-form>form</a>;
@@ -29952,12 +29922,17 @@
   <h4 id=attributes1><span class=secno>4.9.13 </span><dfn
    id=attributes4>Attributes common to form controls</dfn></h4>
 
+  <h5 id=naming><span class=secno>4.9.13.1. </span>Naming form controls</h5>
+
   <p class=big-issue>... <dfn id=name11 title=attr-fe-name>name</dfn> content
    attribute
 
   <p class=big-issue>... <dfn id=name12 title=dom-fe-name>name</dfn> DOM
    attribute
 
+  <h5 id=enabling><span class=secno>4.9.13.2. </span>Enabling and disabling
+   form controls</h5>
+
   <p class=big-issue>... <dfn id=disabled4
    title=concept-fe-disabled>disabled</dfn></p>
   <!-- XXX remember to check for a fieldset ancestor that has its
@@ -29969,9 +29944,21 @@
   <p class=big-issue>... <dfn id=disabled6
    title=dom-fe-disabled>disabled</dfn> DOM attribute
 
+  <h5 id=a-form><span class=secno>4.9.13.3. </span>A form control's value</h5>
+
   <p class=big-issue>... <dfn id=value12 title=concept-fe-value>value</dfn></p>
   <!-- XXX autocomplete: define somewhere that the value may be set from a stored value -->
 
+  <h5 id=autofocusing><span class=secno>4.9.13.4. </span>Autofocusing a form
+   control</h5>
+
+  <p class=big-issue>... <dfn id=autofocus
+   title=attr-fe-autofocus>autofocus</dfn> content attribute
+
+  <p class=big-issue>... <dfn id=autofocus0
+   title=dom-fe-autofocus>autofocus</dfn> DOM attribute</p>
+  <!-- If the element is <span>focusable</span>, run the <span>focusing steps</step> for that element. -->
+
   <h4 id=attributes2><span class=secno>4.9.14 </span><dfn
    id=attributes5>Attributes for form submission</dfn></h4>
 

Received on Thursday, 18 September 2008 23:30:44 UTC