- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Nov 2010 22:46:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28358
Modified Files:
elements.html spec.html
Log Message:
Add <bdi> to the list of elements dir=auto will ignore. (whatwg r5690)
[updated by splitter]
Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec/elements.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- elements.html 11 Nov 2010 01:46:59 -0000 1.31
+++ elements.html 30 Nov 2010 22:46:38 -0000 1.32
@@ -929,7 +929,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="scripting-1.html#script">script</a></code> element.
+ <ul class="brief"><li>A <code><a href="text-level-semantics.html#the-bdi-element">bdi</a></code> element.
+ </li><li>A <code><a href="scripting-1.html#script">script</a></code> element.
</li><li>A <code><a href="semantics.html#the-style-element">style</a></code> element.
</li><li>An element with a <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute in a defined state.
</li></ul></li>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1335
retrieving revision 1.1336
diff -u -d -r1.1335 -r1.1336
--- spec.html 30 Nov 2010 21:46:45 -0000 1.1335
+++ spec.html 30 Nov 2010 22:46:38 -0000 1.1336
@@ -385,7 +385,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4557.
+This is revision 1.4558.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 30 November 2010 22:46:42 UTC