- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 21:00:41 -0500
- To: public-html-diffs@w3.org
hixie: Fix text for consistency (whatwg r6864) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5463&r2=1.5464&f=h http://html5.org/tools/web-apps-tracker?from=6863&to=6864 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5463 retrieving revision 1.5464 diff -u -d -r1.5463 -r1.5464 --- Overview.html 9 Dec 2011 22:26:44 -0000 1.5463 +++ Overview.html 9 Dec 2011 22:47:05 -0000 1.5464 @@ -33249,7 +33249,7 @@ <tr><td> <dfn id="attr-input-type-text-keyword" title="attr-input-type-text-keyword"><code>text</code></dfn> <td> <a href="#text-state-and-search-state" title="attr-input-type-text">Text</a> <td> Text with no line breaks - <td> Text field + <td> A text field <tr><td> <dfn id="attr-input-type-search-keyword" title="attr-input-type-search-keyword"><code>search</code></dfn> <td> <a href="#text-state-and-search-state" title="attr-input-type-search">Search</a> <td> Text with no line breaks @@ -33269,7 +33269,7 @@ <tr><td> <dfn id="attr-input-type-password-keyword" title="attr-input-type-password-keyword"><code>password</code></dfn> <td> <a href="#password-state" title="attr-input-type-password">Password</a> <td> Text with no line breaks (sensitive information) - <td> Text field that obscures data entry + <td> A text field that obscures data entry <tr><td> <dfn id="attr-input-type-datetime-keyword" title="attr-input-type-datetime-keyword"><code>datetime</code></dfn> <td> <a href="#date-and-time-state" title="attr-input-type-datetime">Date and Time</a> <td> A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC
Received on Wednesday, 14 December 2011 02:00:47 UTC