[html5] r1218 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 12 17:47:37 PST 2008


Author: ianh
Date: 2008-02-12 17:47:33 -0800 (Tue, 12 Feb 2008)
New Revision: 1218

Modified:
   index
   source
Log:
[] (0) dir='' defaults to ltr.

Modified: index
===================================================================
--- index	2008-02-12 23:44:02 UTC (rev 1217)
+++ index	2008-02-13 01:47:33 UTC (rev 1218)
@@ -24,7 +24,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 12 February
+   <h2 class="no-num no-toc" id=working>Working Draft — 13 February
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -6493,7 +6493,8 @@
   <p>If the attribute has the state <em>ltr</em>, the element's
    directionality is left-to-right. If the attribute has the state
    <em>rtl</em>, the element's directionality is right-to-left. Otherwise,
-   the element's directionality is the same as its parent.
+   the element's directionality is the same as its parent element, or
+   <em>ltr</em> if there is no parent element.
 
   <p>The processing of this attribute depends on the presentation layer. For
    example, CSS 2.1 defines a mapping from this attribute to the CSS

Modified: source
===================================================================
--- source	2008-02-12 23:44:02 UTC (rev 1217)
+++ source	2008-02-13 01:47:33 UTC (rev 1218)
@@ -5033,7 +5033,8 @@
   directionality is left-to-right. If the attribute has the state
   <em>rtl</em>, the element's directionality is
   right-to-left. Otherwise, the element's directionality is the same
-  as its parent.</p>
+  as its parent element, or <em>ltr</em> if there is no parent
+  element.</p>
 
   <p>The processing of this attribute depends on the presentation
   layer. For example, CSS 2.1 defines a mapping from this attribute to




More information about the Commit-Watchers mailing list