- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Dec 2011 22:47:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17105
Modified Files:
Overview.html
Log Message:
Fix text for consistency (whatwg r6864)
Index: Overview.html
===================================================================
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 Friday, 9 December 2011 22:47:14 UTC