[html5] r5690 - [giow] (0) Add <bdi> to the list of elements dir=auto will ignore. Fixing http:/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Nov 30 14:37:00 PST 2010
Author: ianh
Date: 2010-11-30 14:36:53 -0800 (Tue, 30 Nov 2010)
New Revision: 5690
Modified:
complete.html
index
source
Log:
[giow] (0) Add <bdi> to the list of elements dir=auto will ignore.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10808
Modified: complete.html
===================================================================
--- complete.html 2010-11-30 21:21:42 UTC (rev 5689)
+++ complete.html 2010-11-30 22:36:53 UTC (rev 5690)
@@ -9737,7 +9737,8 @@
element that is a descendant of the element whose <a href=#the-directionality title="the directionality">directionality</a> is being
determined and that is either:</p>
- <ul class=brief><li>A <code><a href=#script>script</a></code> element.
+ <ul class=brief><li>A <code><a href=#the-bdi-element>bdi</a></code> element.
+ <li>A <code><a href=#script>script</a></code> element.
<li>A <code><a href=#the-style-element>style</a></code> element.
<li>An element with a <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute in a defined state.
</ul></li>
Modified: index
===================================================================
--- index 2010-11-30 21:21:42 UTC (rev 5689)
+++ index 2010-11-30 22:36:53 UTC (rev 5690)
@@ -9714,7 +9714,8 @@
element that is a descendant of the element whose <a href=#the-directionality title="the directionality">directionality</a> is being
determined and that is either:</p>
- <ul class=brief><li>A <code><a href=#script>script</a></code> element.
+ <ul class=brief><li>A <code><a href=#the-bdi-element>bdi</a></code> element.
+ <li>A <code><a href=#script>script</a></code> element.
<li>A <code><a href=#the-style-element>style</a></code> element.
<li>An element with a <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute in a defined state.
</ul></li>
Modified: source
===================================================================
--- source 2010-11-30 21:21:42 UTC (rev 5689)
+++ source 2010-11-30 22:36:53 UTC (rev 5690)
@@ -9880,6 +9880,7 @@
determined and that is either:</p>
<ul class="brief">
+ <li>A <code>bdi</code> element.
<li>A <code>script</code> element.
<li>A <code>style</code> element.
<li>An element with a <code title="attr-dir">dir</code> attribute in a defined state.
More information about the Commit-Watchers
mailing list