Skip to content

Commit

Permalink
[e] (0) word-smithing
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10820

git-svn-id: http://svn.whatwg.org/webapps@5632 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 14, 2010
1 parent f0c56fb commit 7253a7b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -87102,10 +87102,10 @@ <h4 id=the-select-element-0><span class=secno>14.4.14 </span>The <code><a href=#
control is expected to be displayed in a fashion that indicates that
no valid option is currently selected.</p>

<p>User agents are expected to consistently render the labels in a
<code><a href=#the-select-element>select</a></code>, in particular ensuring that any left-to-right
or right-to-left alignment is consistent whether the label is being
displayed as part of the page or in a menu control.</p>
<p>User agents are expected to render the labels in a
<code><a href=#the-select-element>select</a></code> in such a manner that any alignment remains is
consistent whether the label is being displayed as part of the page
or in a menu control.</p>

</div>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -83016,10 +83016,10 @@ select { binding: <i title="">select</i>; }</pre>
control is expected to be displayed in a fashion that indicates that
no valid option is currently selected.</p>

<p>User agents are expected to consistently render the labels in a
<code><a href=#the-select-element>select</a></code>, in particular ensuring that any left-to-right
or right-to-left alignment is consistent whether the label is being
displayed as part of the page or in a menu control.</p>
<p>User agents are expected to render the labels in a
<code><a href=#the-select-element>select</a></code> in such a manner that any alignment remains is
consistent whether the label is being displayed as part of the page
or in a menu control.</p>

</div>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -99463,10 +99463,10 @@ select { binding: <i title="">select</i>; }</pre>
control is expected to be displayed in a fashion that indicates that
no valid option is currently selected.</p>

<p>User agents are expected to consistently render the labels in a
<code>select</code>, in particular ensuring that any left-to-right
or right-to-left alignment is consistent whether the label is being
displayed as part of the page or in a menu control.</p>
<p>User agents are expected to render the labels in a
<code>select</code> in such a manner that any alignment remains is
consistent whether the label is being displayed as part of the page
or in a menu control.</p>

</div>

Expand Down

0 comments on commit 7253a7b

Please sign in to comment.