Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) WF2: make the input type table neater
git-svn-id: http://svn.whatwg.org/webapps@2193 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2008
1 parent 5d78b2d commit b6d8ee5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
44 changes: 22 additions & 22 deletions index
Expand Up @@ -27105,7 +27105,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27115,7 +27115,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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)

Expand All @@ -27125,7 +27125,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand All @@ -27137,9 +27137,9 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand All @@ -27150,9 +27150,9 @@ function AddCloud(data, x, y) { ... }</pre>


<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
Expand All @@ -27161,7 +27161,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27171,7 +27171,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27181,7 +27181,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27191,7 +27191,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand All @@ -27202,7 +27202,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27212,7 +27212,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand All @@ -27223,7 +27223,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27233,7 +27233,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27243,7 +27243,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27253,7 +27253,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27263,7 +27263,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27274,7 +27274,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27284,7 +27284,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand All @@ -27295,7 +27295,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand All @@ -27305,7 +27305,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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

Expand Down
44 changes: 22 additions & 22 deletions source
Expand Up @@ -24353,102 +24353,102 @@ function AddCloud(data, x, y) { ... }</pre>
<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>
Expand Down

0 comments on commit b6d8ee5

Please sign in to comment.