[Bug 21188] Default styles should not set direction on every element

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21188

fantasai <fantasai.bugs@inkedblade.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fantasai.bugs@inkedblade.ne
                   |                            |t

--- Comment #3 from fantasai <fantasai.bugs@inkedblade.net> ---
smontagu, wouldn't just this be sufficient?
  [dir]:dir(rtl) { direction: rtl; }
  [dir]:dir(ltr) { direction: ltr; }

It does mean that we force-set 'direction' on elements that have invalid 'dir'
values, but I don't think that's really a problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Saturday, 13 April 2013 19:38:57 UTC