[html5] r4455 - [e] (0) Readability. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8153
whatwg at whatwg.org
whatwg at whatwg.org
Fri Dec 18 18:13:13 PST 2009
Author: ianh
Date: 2009-12-18 18:13:09 -0800 (Fri, 18 Dec 2009)
New Revision: 4455
Modified:
complete.html
index
source
Log:
[e] (0) Readability.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8153
Modified: complete.html
===================================================================
--- complete.html 2009-12-19 02:05:12 UTC (rev 4454)
+++ complete.html 2009-12-19 02:13:09 UTC (rev 4455)
@@ -26556,7 +26556,8 @@
<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>
@@ -26567,7 +26568,8 @@
<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>
@@ -37172,7 +37174,7 @@
<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><p>
<label for="unittype">Select unit type:</label>
Modified: index
===================================================================
--- index 2009-12-19 02:05:12 UTC (rev 4454)
+++ index 2009-12-19 02:13:09 UTC (rev 4455)
@@ -26391,7 +26391,8 @@
<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>
@@ -26402,7 +26403,8 @@
<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>
@@ -37007,7 +37009,7 @@
<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><p>
<label for="unittype">Select unit type:</label>
Modified: source
===================================================================
--- source 2009-12-19 02:05:12 UTC (rev 4454)
+++ source 2009-12-19 02:13:09 UTC (rev 4455)
@@ -28852,8 +28852,8 @@
<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>
@@ -28864,8 +28864,8 @@
<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>
@@ -41296,7 +41296,7 @@
<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><p>
<label for="unittype">Select unit type:</label>
More information about the Commit-Watchers
mailing list