[html5] r6864 - [e] (0) Fix text for consistency Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 9 14:46:58 PST 2011


Author: ianh
Date: 2011-12-09 14:46:57 -0800 (Fri, 09 Dec 2011)
New Revision: 6864

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix text for consistency
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2011-12-09 22:26:40 UTC (rev 6863)
+++ complete.html	2011-12-09 22:46:57 UTC (rev 6864)
@@ -42334,7 +42334,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
@@ -42354,7 +42354,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

Modified: index
===================================================================
--- index	2011-12-09 22:26:40 UTC (rev 6863)
+++ index	2011-12-09 22:46:57 UTC (rev 6864)
@@ -42334,7 +42334,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
@@ -42354,7 +42354,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

Modified: source
===================================================================
--- source	2011-12-09 22:26:40 UTC (rev 6863)
+++ source	2011-12-09 22:46:57 UTC (rev 6864)
@@ -49421,7 +49421,7 @@
      <td> <dfn title="attr-input-type-text-keyword"><code>text</code></dfn>
      <td> <span title="attr-input-type-text">Text</span>
      <td> Text with no line breaks
-     <td> Text field
+     <td> A text field
     <tr>
      <td> <dfn title="attr-input-type-search-keyword"><code>search</code></dfn>
      <td> <span title="attr-input-type-search">Search</span>
@@ -49446,7 +49446,7 @@
      <td> <dfn title="attr-input-type-password-keyword"><code>password</code></dfn>
      <td> <span title="attr-input-type-password">Password</span>
      <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 title="attr-input-type-datetime-keyword"><code>datetime</code></dfn>
      <td> <span title="attr-input-type-datetime">Date and Time</span>




More information about the Commit-Watchers mailing list