- From: poot <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 08:33:44 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Prepare the document for autofocus=''. (whatwg r2215)
input
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#input0
HTMLButtonElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#htmlbuttonelement
4.9.13.4. Autofocusing a form control
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#autofocusing
4.9.13.1. Naming form controls
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#naming
select
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#select
HTMLInputElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#htmlinputelement
4.9.14 Attributes for form submission
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#attributes2
4.9.13.2. Enabling and disabling form controls
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#enabling
4.9.13 Attributes common to form controls
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#attributes1
value
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#value12
Attributes common to form controls
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#attributes4
Attributes for form submission
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#attributes5
pattern
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#pattern
autofocus
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#autofocus
alt
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#alt4
HTMLTextAreaElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#htmltextareaelement
name
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#name11
name
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#name12
HTMLSelectElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#htmlselectelement
4.9.13.3. A form control's value
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#a-form
4.9.4.1.2. Password state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#password
autofocus
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#autofocus0
textarea
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#textarea
max
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#max3
autocomplete
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#autocomplete
button
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#button2
button
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#button0
inputmode
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#inputmode
disabled
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#disabled4
disabled
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#disabled6
4.9.4.1.1. Text state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1388.html#text-state
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1387&r2=1.1388&f=h
http://html5.org/tools/web-apps-tracker?from=2214&to=2215
===================================================================
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> · <!-- Button -->
<tr>
- <th> <code title=attr-input-autofocus>autofocus</code>
-
- <td class=yes> Yes <!-- Text -->
-
- <td class=yes> Yes <!-- Password -->
-
- <td class=no> · <!-- E-mail -->
-
- <td class=no> · <!-- URL -->
-
- <td class=no> · <!-- Date and Time -->
-
- <td class=no> · <!-- Local Date and Time -->
-
- <td class=no> · <!-- Date -->
-
- <td class=no> · <!-- Month -->
-
- <td class=no> · <!-- Week -->
-
- <td class=no> · <!-- Time -->
-
- <td class=no> · <!-- Number -->
-
- <td class=no> · <!-- Range -->
-
- <td class=no> · <!-- Checkbox -->
-
- <td class=no> · <!-- Radio Button -->
-
- <td class=no> · <!-- File -->
-
- <td class=no> · <!-- Hidden -->
-
- <td class=no> · <!-- Submit Button -->
-
- <td class=no> · <!-- Image Button -->
-
- <td class=no> · <!-- Reset Button -->
-
- <td class=no> · <!-- Button -->
-
- <tr>
<th> <code title=attr-input-checked>checked</code>
<td class=no> · <!-- 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:34:22 UTC