hixie: Readability. (whatwg r4455)

hixie: Readability. (whatwg r4455)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3554&r2=1.3555&f=h
http://html5.org/tools/web-apps-tracker?from=4454&to=4455

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3554
retrieving revision 1.3555
diff -u -d -r1.3554 -r1.3555
--- Overview.html 19 Dec 2009 02:05:21 -0000 1.3554
+++ Overview.html 19 Dec 2009 02:13:18 -0000 1.3555
@@ -23410,7 +23410,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>
 
@@ -23421,7 +23422,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>
 
@@ -32966,7 +32968,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>&lt;p&gt;
  &lt;label for="unittype"&gt;Select unit type:&lt;/label&gt;

Received on Saturday, 19 December 2009 02:13:57 UTC