- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Apr 2011 22:33:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9026 Modified Files: Overview.html Log Message: Make dir=auto isolate its contents for bidi purposes. (whatwg r6042) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4850 retrieving revision 1.4851 diff -u -d -r1.4850 -r1.4851 --- Overview.html 28 Apr 2011 21:51:45 -0000 1.4850 +++ Overview.html 28 Apr 2011 22:33:47 -0000 1.4851 @@ -63357,8 +63357,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
Received on Thursday, 28 April 2011 22:33:53 UTC