Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4455 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 19, 2009
1 parent 68d75b6 commit 8350a8f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 5 additions & 3 deletions complete.html
Expand Up @@ -26556,7 +26556,8 @@ <h6 id=text><span class=secno>4.8.11.1.9 </span>Text</h6> <!-- a v3 feature -->
<p>Returns the current text alignment settings.</p>

<p>Can be set, to change the alignment. The possible values are
<code title="">start</code>, <code title="">end</code>, <code title="">left</code>, <code title="">right</code>, and <code title="">center</code>. The default is <code title="">start</code>. Other values are ignored.</p>
<code title="">start</code>, <code title="">end</code>, <code title="">left</code>, <code title="">right</code>, and <code title="">center</code>. Other values are ignored. The default is
<code title="">start</code>.</p>

</dd>

Expand All @@ -26567,7 +26568,8 @@ <h6 id=text><span class=secno>4.8.11.1.9 </span>Text</h6> <!-- a v3 feature -->
<p>Returns the current baseline alignment settings.</p>

<p>Can be set, to change the baseline alignment. The possible
values and their meanings are given below. The default is <code title="">alphabetic</code>. Other values are ignored.</p>
values and their meanings are given below. Other values are
ignored. The default is <code title="">alphabetic</code>.</p>

</dd>

Expand Down Expand Up @@ -37172,7 +37174,7 @@ <h4 id=the-select-element><span class=secno>4.10.7 </span>The <dfn><code>select<
<p>The following example shows how a <code><a href=#the-select-element>select</a></code> element
can be used to offer the user with a set of options from which the
user can select a single option. The default option is
preselected</p>
preselected.</p>

<pre>&lt;p&gt;
&lt;label for="unittype"&gt;Select unit type:&lt;/label&gt;
Expand Down
8 changes: 5 additions & 3 deletions index
Expand Up @@ -26391,7 +26391,8 @@ notes on what would need to be defined for dashed lines:
<p>Returns the current text alignment settings.</p>

<p>Can be set, to change the alignment. The possible values are
<code title="">start</code>, <code title="">end</code>, <code title="">left</code>, <code title="">right</code>, and <code title="">center</code>. The default is <code title="">start</code>. Other values are ignored.</p>
<code title="">start</code>, <code title="">end</code>, <code title="">left</code>, <code title="">right</code>, and <code title="">center</code>. Other values are ignored. The default is
<code title="">start</code>.</p>

</dd>

Expand All @@ -26402,7 +26403,8 @@ notes on what would need to be defined for dashed lines:
<p>Returns the current baseline alignment settings.</p>

<p>Can be set, to change the baseline alignment. The possible
values and their meanings are given below. The default is <code title="">alphabetic</code>. Other values are ignored.</p>
values and their meanings are given below. Other values are
ignored. The default is <code title="">alphabetic</code>.</p>

</dd>

Expand Down Expand Up @@ -37007,7 +37009,7 @@ You cannot complete this form until the field is correct.</samp></pre>
<p>The following example shows how a <code><a href=#the-select-element>select</a></code> element
can be used to offer the user with a set of options from which the
user can select a single option. The default option is
preselected</p>
preselected.</p>

<pre>&lt;p&gt;
&lt;label for="unittype"&gt;Select unit type:&lt;/label&gt;
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -28852,8 +28852,8 @@ notes on what would need to be defined for dashed lines:
<p>Can be set, to change the alignment. The possible values are
<code title="">start</code>, <code title="">end</code>, <code
title="">left</code>, <code title="">right</code>, and <code
title="">center</code>. The default is <code
title="">start</code>. Other values are ignored.</p>
title="">center</code>. Other values are ignored. The default is
<code title="">start</code>.</p>

</dd>

Expand All @@ -28864,8 +28864,8 @@ notes on what would need to be defined for dashed lines:
<p>Returns the current baseline alignment settings.</p>

<p>Can be set, to change the baseline alignment. The possible
values and their meanings are given below. The default is <code
title="">alphabetic</code>. Other values are ignored.</p>
values and their meanings are given below. Other values are
ignored. The default is <code title="">alphabetic</code>.</p>

</dd>

Expand Down Expand Up @@ -41296,7 +41296,7 @@ You cannot complete this form until the field is correct.</samp></pre>
<p>The following example shows how a <code>select</code> element
can be used to offer the user with a set of options from which the
user can select a single option. The default option is
preselected</p>
preselected.</p>

<pre>&lt;p>
&lt;label for="unittype">Select unit type:&lt;/label>
Expand Down

0 comments on commit 8350a8f

Please sign in to comment.