Skip to content

Commit

Permalink
[e] (0) Fix text for consistency
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6864 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 9, 2011
1 parent 422f841 commit 318a45d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -42334,7 +42334,7 @@ <h4 id=the-input-element><span class=secno>4.10.7 </span>The <dfn><code>input</c
<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
Expand All @@ -42354,7 +42354,7 @@ <h4 id=the-input-element><span class=secno>4.10.7 </span>The <dfn><code>input</c
<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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -42334,7 +42334,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<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
Expand All @@ -42354,7 +42354,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -49421,7 +49421,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<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>
Expand All @@ -49446,7 +49446,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<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>
Expand Down

0 comments on commit 318a45d

Please sign in to comment.