- From: poot <cvsmail@w3.org>
- Date: Tue, 25 Aug 2009 18:15:14 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: put input types in spec order and linkify them http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.79&r2=1.80&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- Overview.html 25 Aug 2009 09:08:40 -0000 1.79 +++ Overview.html 25 Aug 2009 09:14:54 -0000 1.80 @@ -659,31 +659,57 @@ following new values: <ul> - <li><code>datetime</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#telephone-state"><code>tel</code> + </a> - <li><code>datetime-local</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#text-state-and-search-state"><code>search</code></a> + - <li><code>date</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#url-state"><code>url</code> + </a> - <li><code>month</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#e-mail-state"><code>email</code></a> + - <li><code>week</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#date-and-time-state"><code>datetime</code></a> + - <li><code>time</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#date-state"><code>date</code></a> + - <li><code>number</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#month-state"><code>month</code></a> + - <li><code>range</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#week-state"><code>week</code></a> + - <li><code>email</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#time-state"><code>time</code></a> + - <li><code>url</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#local-date-and-time-state"><code>datetime-local</code></a> + - <li><code>tel</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#number-state"><code>number</code></a> + - <li><code>search</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#range-state"><code>range</code></a> + - <li><code>color</code> + <li><a + href="http://www.w3.org/TR/html5/forms.html#color-state"><code>color</code></a> + </ul> <p>The idea of these new types is that the user agent can provide the user @@ -1807,12 +1833,12 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2> <p>The editor would like to thank Ben Millard, Cameron McCormack, Charles - McCathieNevile, Dan Connolly, David Håsäther, Frank Ellermann, - Gordon P. Hemsley, Henri Sivonen, James Graham, Jens Meiert, Jürgen - Jeka, Krijn Hoetmer, Maciej Stachowiak, Mark Pilgrim, Martijn Wargers, - Martyn Haigh, Masataka Yakura, Michael Smith, Olivier Gendrin, - Øistein E. Andersen, Philip Taylor and Simon Pieters for their - contributions to this document as well as to all the people who have + McCathieNevile, Dan Connolly, David Håsäther, Dennis German, + Frank Ellermann, Gordon P. Hemsley, Henri Sivonen, James Graham, Jens + Meiert, Jürgen Jeka, Krijn Hoetmer, Maciej Stachowiak, Mark Pilgrim, + Martijn Wargers, Martyn Haigh, Masataka Yakura, Michael Smith, Olivier + Gendrin, Øistein E. Andersen, Philip Taylor and Simon Pieters for + their contributions to this document as well as to all the people who have contributed to HTML 5 over the years for improving the Web! <h2 class=no-num id=references>References</h2> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Overview.src.html 25 Aug 2009 09:08:40 -0000 1.57 +++ Overview.src.html 25 Aug 2009 09:14:54 -0000 1.58 @@ -535,31 +535,31 @@ following new values:</p> <ul> - <li><code>datetime</code> - - <li><code>datetime-local</code> - - <li><code>date</code> - - <li><code>month</code> - - <li><code>week</code> + <li><a href="http://www.w3.org/TR/html5/forms.html#telephone-state"><code>tel</code> - <li><code>time</code> - - <li><code>number</code> - - <li><code>range</code> + <li><a href="http://www.w3.org/TR/html5/forms.html#text-state-and-search-state"><code>search</code></a> + + <li><a href="http://www.w3.org/TR/html5/forms.html#url-state"><code>url</code> + + <li><a href="http://www.w3.org/TR/html5/forms.html#e-mail-state"><code>email</code></a> + + <li><a href="http://www.w3.org/TR/html5/forms.html#date-and-time-state"><code>datetime</code></a> + + <li><a href="http://www.w3.org/TR/html5/forms.html#date-state"><code>date</code></a> - <li><code>email</code> + <li><a href="http://www.w3.org/TR/html5/forms.html#month-state"><code>month</code></a> - <li><code>url</code> + <li><a href="http://www.w3.org/TR/html5/forms.html#week-state"><code>week</code></a> - <li><code>tel</code> + <li><a href="http://www.w3.org/TR/html5/forms.html#time-state"><code>time</code></a> - <li><code>search</code> + <li><a href="http://www.w3.org/TR/html5/forms.html#local-date-and-time-state"><code>datetime-local</code></a> + + <li><a href="http://www.w3.org/TR/html5/forms.html#number-state"><code>number</code></a> - <li><code>color</code> + <li><a href="http://www.w3.org/TR/html5/forms.html#range-state"><code>range</code></a> + + <li><a href="http://www.w3.org/TR/html5/forms.html#color-state"><code>color</code></a> </ul> <p>The idea of these new types is that the user agent can provide the user @@ -1517,6 +1517,7 @@ Charles McCathieNevile, Dan Connolly, David Håsäther, + Dennis German, Frank Ellermann, Gordon P. Hemsley, Henri Sivonen,
Received on Tuesday, 25 August 2009 09:15:50 UTC