[html5] r8033 - [giow] (3) Hopefully final fix for automatic directionality. Fixing https://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 3 15:39:24 PDT 2013
Author: ianh
Date: 2013-07-03 15:39:23 -0700 (Wed, 03 Jul 2013)
New Revision: 8033
Modified:
complete.html
index
source
Log:
[giow] (3) Hopefully final fix for automatic directionality.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17835
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-07-03 22:35:42 UTC (rev 8032)
+++ complete.html 2013-07-03 22:39:23 UTC (rev 8033)
@@ -9865,12 +9865,10 @@
<p>If such a character is found and it is of bidirectional character type L, <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
-<!--CLEANUP-->
- <p>Otherwise, if the element is a <a href=#root-element>root element</a>,
- <a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
+ <p>Otherwise, if the element is empty and is not a <a href=#root-element>root element</a>, <a href=#the-directionality>the
+ directionality</a> of the element is the same as the element's parent element's <a href=#the-directionality title="the directionality">directionality</a>.</p>
- <p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is the same as the element's parent
- element's <a href=#the-directionality title="the directionality">directionality</a>.</p>
+ <p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
</dd>
Modified: index
===================================================================
--- index 2013-07-03 22:35:42 UTC (rev 8032)
+++ index 2013-07-03 22:39:23 UTC (rev 8033)
@@ -9865,12 +9865,10 @@
<p>If such a character is found and it is of bidirectional character type L, <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
-<!--CLEANUP-->
- <p>Otherwise, if the element is a <a href=#root-element>root element</a>,
- <a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
+ <p>Otherwise, if the element is empty and is not a <a href=#root-element>root element</a>, <a href=#the-directionality>the
+ directionality</a> of the element is the same as the element's parent element's <a href=#the-directionality title="the directionality">directionality</a>.</p>
- <p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is the same as the element's parent
- element's <a href=#the-directionality title="the directionality">directionality</a>.</p>
+ <p>Otherwise, <a href=#the-directionality>the directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
</dd>
Modified: source
===================================================================
--- source 2013-07-03 22:35:42 UTC (rev 8032)
+++ source 2013-07-03 22:39:23 UTC (rev 8033)
@@ -9798,12 +9798,12 @@
<p>If such a character is found and it is of bidirectional character type L, <span>the
directionality</span> of the element is '<span title="concept-ltr">ltr</span>'.</p>
-<!--CLEANUP-->
- <p>Otherwise, if the element is a <span>root element</span>,
- <span>the directionality</span> of the element is '<span title="concept-ltr">ltr</span>'.</p>
+ <p>Otherwise, if the element is empty and is not a <span>root element</span>, <span>the
+ directionality</span> of the element is the same as the element's parent element's <span
+ title="the directionality">directionality</span>.</p>
- <p>Otherwise, <span>the directionality</span> of the element is the same as the element's parent
- element's <span title="the directionality">directionality</span>.</p>
+ <p>Otherwise, <span>the directionality</span> of the element is '<span
+ title="concept-ltr">ltr</span>'.</p>
</dd>
More information about the Commit-Watchers
mailing list