Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5493 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent fdc7903 commit 41c4801
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -87227,9 +87227,8 @@ <h4 id=the-textarea-element-0><span class=secno>14.4.15 </span>The <code><a href
element has a <code title=attr-textarea-wrap><a href=#attr-textarea-wrap>wrap</a></code> attribute
whose value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the
string "<code title=attr-textarea-wrap-off>off</code>", then the
user agent is expected to treat the attribute as a
<span>presentational hint</span> setting the element's 'white-space'
property to 'pre'.</p>
user agent is expected to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'white-space' property to 'pre'.</p>

</div>

Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -83145,9 +83145,8 @@ textarea { binding: <i title="">textarea</i>; white-space: pre-wrap; }</pre>
element has a <code title=attr-textarea-wrap><a href=#attr-textarea-wrap>wrap</a></code> attribute
whose value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the
string "<code title=attr-textarea-wrap-off>off</code>", then the
user agent is expected to treat the attribute as a
<span>presentational hint</span> setting the element's 'white-space'
property to 'pre'.</p>
user agent is expected to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'white-space' property to 'pre'.</p>

</div>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -99571,9 +99571,9 @@ textarea { binding: <i title="">textarea</i>; white-space: pre-wrap; }</pre>
element has a <code title="attr-textarea-wrap">wrap</code> attribute
whose value is an <span>ASCII case-insensitive</span> match for the
string "<code title="attr-textarea-wrap-off">off</code>", then the
user agent is expected to treat the attribute as a
<span>presentational hint</span> setting the element's 'white-space'
property to 'pre'.</p>
user agent is expected to treat the attribute as a <span
title="presentational hints">presentational hint</span> setting the
element's 'white-space' property to 'pre'.</p>

</div>

Expand Down

0 comments on commit 41c4801

Please sign in to comment.