- From: poot <cvsmail@w3.org>
- Date: Wed, 1 Dec 2010 07:38:58 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add <bdi> to the list of elements dir=auto will ignore. (whatwg
r5690)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4557&r2=1.4558&f=h
http://html5.org/tools/web-apps-tracker?from=5689&to=5690
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4557
retrieving revision 1.4558
diff -u -d -r1.4557 -r1.4558
--- Overview.html 30 Nov 2010 21:21:51 -0000 1.4557
+++ Overview.html 30 Nov 2010 22:37:06 -0000 1.4558
@@ -8575,7 +8575,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>
Received on Tuesday, 30 November 2010 22:39:26 UTC