html5/spec rendering.html,1.80,1.81 spec.html,1.1455,1.1456

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

Modified Files:
	rendering.html spec.html 
Log Message:
Make dir=auto isolate its contents for bidi purposes. (whatwg r6042)

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- rendering.html	27 Apr 2011 05:46:54 -0000	1.80
+++ rendering.html	28 Apr 2011 22:59:50 -0000	1.81
@@ -1111,8 +1111,9 @@
 :ltr { direction: ltr; }
 :rtl { direction: rtl; }
 [dir] { unicode-bidi: embed; }
+bdi, output, [dir=auto] { unicode-bidi: isolate; } /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */
 bdo, bdo[dir] { unicode-bidi: bidi-override; }
-bdi, output { unicode-bidi: isolate; }
+bdo[dir=auto] { unicode-bidi: bidi-override isolate; } /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */
 textarea[dir=auto], pre[dir=auto] { unicode-bidi: plaintext; } /* <a href="#case-insensitive-selector-exception">case-insensitive</a> */</pre>
 
   <p>Rules setting the 'quotes' property appropriately for the locales

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1455
retrieving revision 1.1456
diff -u -d -r1.1455 -r1.1456
--- spec.html	28 Apr 2011 22:01:41 -0000	1.1455
+++ spec.html	28 Apr 2011 22:59:51 -0000	1.1456
@@ -367,7 +367,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.4850.
+This is revision 1.4851.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 28 April 2011 22:59:54 UTC