Robert O'Callahan wrote: > So what happens with > > div::ltr { direction:rtl; } > > ? Nothing wrong in principle. div:ltr will match any element that has or is inside element with dir="ltr" defined explicitly. So div:ltr { direction:rtl; } simply means that in this particular div author wants to see rtl text despite of possible ltr environment. May or may not have any sense. The same as here: div[dir="ltr"] { direction:rtl; } -- Andrew Fedoniouk. http://terrainformatica.comReceived on Monday, 17 March 2008 03:08:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:55:02 GMT