- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 05:54:11 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: make the input type table neater (whatwg r2193) date http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#date1 week http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#week submit http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#submit0 checkbox http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#checkbox file http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#file month http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#month button http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#button time http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#time2 datetime http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#datetime3 range http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#range text http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#text1 url http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#url1 number http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#number0 reset http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#reset0 image http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#image3 radio http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#radio hidden http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#hidden password http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#password email http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#email datetime-local http://people.w3.org/mike/diffs/html5/spec/Overview.1.1366.html#datetime-local http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1365&r2=1.1366&f=h http://html5.org/tools/web-apps-tracker?from=2192&to=2193 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1365 retrieving revision 1.1366 diff -u -d -r1.1365 -r1.1366 --- Overview.html 16 Sep 2008 20:48:16 -0000 1.1365 +++ Overview.html 16 Sep 2008 20:51:09 -0000 1.1366 @@ -27112,7 +27112,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 @@ -27122,7 +27122,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) @@ -27132,7 +27132,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 @@ -27144,9 +27144,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 @@ -27157,9 +27157,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 @@ -27168,7 +27168,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 @@ -27178,7 +27178,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 @@ -27188,7 +27188,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 @@ -27198,7 +27198,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 @@ -27209,7 +27209,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 @@ -27219,7 +27219,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 @@ -27230,7 +27230,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 @@ -27240,7 +27240,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 @@ -27250,7 +27250,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 @@ -27260,7 +27260,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 @@ -27270,7 +27270,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 @@ -27281,7 +27281,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 @@ -27291,7 +27291,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 @@ -27302,7 +27302,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 @@ -27312,7 +27312,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
Received on Tuesday, 16 September 2008 20:54:49 UTC