html5/spec Overview.html,1.4557,1.4558

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27593

Modified Files:
	Overview.html 
Log Message:
Add <bdi> to the list of elements dir=auto will ignore. (whatwg r5690)

Index: Overview.html
===================================================================
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:37:12 UTC