[html5] r2193 - [e] (0) WF2: make the input type table neater
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 16 13:51:06 PDT 2008
Author: ianh
Date: 2008-09-16 13:51:05 -0700 (Tue, 16 Sep 2008)
New Revision: 2193
Modified:
index
source
Log:
[e] (0) WF2: make the input type table neater
Modified: index
===================================================================
--- index 2008-09-16 20:48:10 UTC (rev 2192)
+++ index 2008-09-16 20:51:05 UTC (rev 2193)
@@ -27105,7 +27105,7 @@
<td> <dfn id=text1
title=attr-input-type-text-keyword><code>text</code></dfn>
- <td> <span title=attr-input-type-text>Text</span> state
+ <td> <span title=attr-input-type-text>Text</span>
<td> Text with no line breaks
@@ -27115,7 +27115,7 @@
<td> <dfn id=password
title=attr-input-type-password-keyword><code>password</code></dfn>
- <td> <span title=attr-input-type-password>Password</span> state
+ <td> <span title=attr-input-type-password>Password</span>
<td> Text with no line breaks (sensitive information)
@@ -27125,7 +27125,7 @@
<td> <dfn id=image3
title=attr-input-type-image-keyword><code>image</code></dfn>
- <td> <span title=attr-input-type-image>Image Button</span> state
+ <td> <span title=attr-input-type-image>Image Button</span>
<td> A coordinate, relative to a particular image's size, with the extra
semantic that it must be the last value selected and initiates form
@@ -27137,9 +27137,9 @@
<td> <dfn id=datetime3
title=attr-input-type-datetime-keyword><code>datetime</code></dfn>
- <td> <span title=attr-input-type-datetime>Date and Time</span> state
+ <td> <span title=attr-input-type-datetime>Date and Time</span>
- <td> A date and time (year, month, day, hour, minute, second, fractions
+ <td> A date and time (year, month, day, hour, minute, second, fraction
of a second) with the time zone set to UTC
<td> A date and time control
@@ -27150,9 +27150,9 @@
<td> <span title=attr-input-type-datetime-local>Local Date and
- Time</span> state
+ Time</span>
- <td> A date and time (year, month, day, hour, minute, second, fractions
+ <td> A date and time (year, month, day, hour, minute, second, fraction
of a second) with no time zone
<td> A date and time control
@@ -27161,7 +27161,7 @@
<td> <dfn id=date1
title=attr-input-type-date-keyword><code>date</code></dfn>
- <td> <span title=attr-input-type-date>Date</span> state
+ <td> <span title=attr-input-type-date>Date</span>
<td> A date (year, month, day) with no time zone
@@ -27171,7 +27171,7 @@
<td> <dfn id=month
title=attr-input-type-month-keyword><code>month</code></dfn>
- <td> <span title=attr-input-type-month>Month</span> state
+ <td> <span title=attr-input-type-month>Month</span>
<td> A date consisting of a year and a month with no time zone
@@ -27181,7 +27181,7 @@
<td> <dfn id=week
title=attr-input-type-week-keyword><code>week</code></dfn>
- <td> <span title=attr-input-type-week>Week</span> state
+ <td> <span title=attr-input-type-week>Week</span>
<td> A date consisting of a year and a week number with no time zone
@@ -27191,7 +27191,7 @@
<td> <dfn id=time2
title=attr-input-type-time-keyword><code>time</code></dfn>
- <td> <span title=attr-input-type-time>Time</span> state
+ <td> <span title=attr-input-type-time>Time</span>
<td> A time (hour, minute, seconds, fractional seconds) with no time
zone
@@ -27202,7 +27202,7 @@
<td> <dfn id=number0
title=attr-input-type-number-keyword><code>number</code></dfn>
- <td> <span title=attr-input-type-number>Number</span> state
+ <td> <span title=attr-input-type-number>Number</span>
<td> A numerical value
@@ -27212,7 +27212,7 @@
<td> <dfn id=range
title=attr-input-type-range-keyword><code>range</code></dfn>
- <td> <span title=attr-input-type-range>Range</span> state
+ <td> <span title=attr-input-type-range>Range</span>
<td> A numerical value, with the extra semantic that the exact value is
not important
@@ -27223,7 +27223,7 @@
<td> <dfn id=email
title=attr-input-type-email-keyword><code>email</code></dfn>
- <td> <span title=attr-input-type-email>E-mail</span> state
+ <td> <span title=attr-input-type-email>E-mail</span>
<td> An e-mail address
@@ -27233,7 +27233,7 @@
<td> <dfn id=url1
title=attr-input-type-url-keyword><code>url</code></dfn>
- <td> <span title=attr-input-type-url>URL</span> state
+ <td> <span title=attr-input-type-url>URL</span>
<td> An IRI
@@ -27243,7 +27243,7 @@
<td> <dfn id=checkbox
title=attr-input-type-checkbox-keyword><code>checkbox</code></dfn>
- <td> <span title=attr-input-type-checkbox>Checkbox</span> state
+ <td> <span title=attr-input-type-checkbox>Checkbox</span>
<td> A set of zero or more values from a predefined list
@@ -27253,7 +27253,7 @@
<td> <dfn id=radio
title=attr-input-type-radio-keyword><code>radio</code></dfn>
- <td> <span title=attr-input-type-radio>Radio Button</span> state
+ <td> <span title=attr-input-type-radio>Radio Button</span>
<td> An enumerated value
@@ -27263,7 +27263,7 @@
<td> <dfn id=file
title=attr-input-type-file-keyword><code>file</code></dfn>
- <td> <span title=attr-input-type-file>File</span> state
+ <td> <span title=attr-input-type-file>File</span>
<td> Zero or more files each with a MIME type and optionally a file name
@@ -27274,7 +27274,7 @@
<td> <dfn id=hidden
title=attr-input-type-hidden-keyword><code>hidden</code></dfn>
- <td> <span title=attr-input-type-hidden>Hidden</span> state
+ <td> <span title=attr-input-type-hidden>Hidden</span>
<td> An arbitrary string
@@ -27284,7 +27284,7 @@
<td> <dfn id=submit0
title=attr-input-type-submit-keyword><code>submit</code></dfn>
- <td> <span title=attr-input-type-submit>Submit Button</span> state
+ <td> <span title=attr-input-type-submit>Submit Button</span>
<td> An enumerated value, with the extra semantic that it must be the
last value selected and initiates form submission
@@ -27295,7 +27295,7 @@
<td> <dfn id=reset0
title=attr-input-type-reset-keyword><code>reset</code></dfn>
- <td> <span title=attr-input-type-reset>Reset Button</span> state
+ <td> <span title=attr-input-type-reset>Reset Button</span>
<td> n/a
@@ -27305,7 +27305,7 @@
<td> <dfn id=button
title=attr-input-type-button-keyword><code>button</code></dfn>
- <td> <span title=attr-input-type-button>Button</span> state
+ <td> <span title=attr-input-type-button>Button</span>
<td> n/a
Modified: source
===================================================================
--- source 2008-09-16 20:48:10 UTC (rev 2192)
+++ source 2008-09-16 20:51:05 UTC (rev 2193)
@@ -24353,102 +24353,102 @@
<tbody>
<tr>
<td> <dfn title="attr-input-type-text-keyword"><code>text</code></dfn>
- <td> <span title="attr-input-type-text">Text</span> state
+ <td> <span title="attr-input-type-text">Text</span>
<td> Text with no line breaks
<td> Text field
<tr>
<td> <dfn title="attr-input-type-password-keyword"><code>password</code></dfn>
- <td> <span title="attr-input-type-password">Password</span> state
+ <td> <span title="attr-input-type-password">Password</span>
<td> Text with no line breaks (sensitive information)
<td> Text field that obscures data entry
<tr>
<td> <dfn title="attr-input-type-image-keyword"><code>image</code></dfn>
- <td> <span title="attr-input-type-image">Image Button</span> state
+ <td> <span title="attr-input-type-image">Image Button</span>
<td> A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission
<td> Either a clickable image, or a button
<tr>
<td> <dfn title="attr-input-type-datetime-keyword"><code>datetime</code></dfn>
- <td> <span title="attr-input-type-datetime">Date and Time</span> state
- <td> A date and time (year, month, day, hour, minute, second, fractions of a second) with the time zone set to UTC
+ <td> <span title="attr-input-type-datetime">Date and Time</span>
+ <td> A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC
<td> A date and time control
<tr>
<td> <dfn title="attr-input-type-datetime-local-keyword"><code>datetime-local</code></dfn>
- <td> <span title="attr-input-type-datetime-local">Local Date and Time</span> state
- <td> A date and time (year, month, day, hour, minute, second, fractions of a second) with no time zone
+ <td> <span title="attr-input-type-datetime-local">Local Date and Time</span>
+ <td> A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone
<td> A date and time control
<tr>
<td> <dfn title="attr-input-type-date-keyword"><code>date</code></dfn>
- <td> <span title="attr-input-type-date">Date</span> state
+ <td> <span title="attr-input-type-date">Date</span>
<td> A date (year, month, day) with no time zone
<td> A date control
<tr>
<td> <dfn title="attr-input-type-month-keyword"><code>month</code></dfn>
- <td> <span title="attr-input-type-month">Month</span> state
+ <td> <span title="attr-input-type-month">Month</span>
<td> A date consisting of a year and a month with no time zone
<td> A month control
<tr>
<td> <dfn title="attr-input-type-week-keyword"><code>week</code></dfn>
- <td> <span title="attr-input-type-week">Week</span> state
+ <td> <span title="attr-input-type-week">Week</span>
<td> A date consisting of a year and a week number with no time zone
<td> A week control
<tr>
<td> <dfn title="attr-input-type-time-keyword"><code>time</code></dfn>
- <td> <span title="attr-input-type-time">Time</span> state
+ <td> <span title="attr-input-type-time">Time</span>
<td> A time (hour, minute, seconds, fractional seconds) with no time zone
<td> A time control
<tr>
<td> <dfn title="attr-input-type-number-keyword"><code>number</code></dfn>
- <td> <span title="attr-input-type-number">Number</span> state
+ <td> <span title="attr-input-type-number">Number</span>
<td> A numerical value
<td> A text field or spinner control
<tr>
<td> <dfn title="attr-input-type-range-keyword"><code>range</code></dfn>
- <td> <span title="attr-input-type-range">Range</span> state
+ <td> <span title="attr-input-type-range">Range</span>
<td> A numerical value, with the extra semantic that the exact value is not important
<td> A slider control or similar
<tr>
<td> <dfn title="attr-input-type-email-keyword"><code>email</code></dfn>
- <td> <span title="attr-input-type-email">E-mail</span> state
+ <td> <span title="attr-input-type-email">E-mail</span>
<td> An e-mail address
<td> A text field
<tr>
<td> <dfn title="attr-input-type-url-keyword"><code>url</code></dfn>
- <td> <span title="attr-input-type-url">URL</span> state
+ <td> <span title="attr-input-type-url">URL</span>
<td> An IRI
<td> A text field
<tr>
<td> <dfn title="attr-input-type-checkbox-keyword"><code>checkbox</code></dfn>
- <td> <span title="attr-input-type-checkbox">Checkbox</span> state
+ <td> <span title="attr-input-type-checkbox">Checkbox</span>
<td> A set of zero or more values from a predefined list
<td> A checkbox
<tr>
<td> <dfn title="attr-input-type-radio-keyword"><code>radio</code></dfn>
- <td> <span title="attr-input-type-radio">Radio Button</span> state
+ <td> <span title="attr-input-type-radio">Radio Button</span>
<td> An enumerated value
<td> A radio button
<tr>
<td> <dfn title="attr-input-type-file-keyword"><code>file</code></dfn>
- <td> <span title="attr-input-type-file">File</span> state
+ <td> <span title="attr-input-type-file">File</span>
<td> Zero or more files each with a MIME type and optionally a file name
<td> A label and a button
<tr>
<td> <dfn title="attr-input-type-hidden-keyword"><code>hidden</code></dfn>
- <td> <span title="attr-input-type-hidden">Hidden</span> state
+ <td> <span title="attr-input-type-hidden">Hidden</span>
<td> An arbitrary string
<td> n/a
<tr>
<td> <dfn title="attr-input-type-submit-keyword"><code>submit</code></dfn>
- <td> <span title="attr-input-type-submit">Submit Button</span> state
+ <td> <span title="attr-input-type-submit">Submit Button</span>
<td> An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission
<td> A button
<tr>
<td> <dfn title="attr-input-type-reset-keyword"><code>reset</code></dfn>
- <td> <span title="attr-input-type-reset">Reset Button</span> state
+ <td> <span title="attr-input-type-reset">Reset Button</span>
<td> n/a
<td> A button
<tr>
<td> <dfn title="attr-input-type-button-keyword"><code>button</code></dfn>
- <td> <span title="attr-input-type-button">Button</span> state
+ <td> <span title="attr-input-type-button">Button</span>
<td> n/a
<td> A button
</table>
More information about the Commit-Watchers
mailing list