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

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

Aharon Lanin <aharon.lists.lanin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #6 from Aharon Lanin <aharon.lists.lanin@gmail.com> ---
(In reply to comment #4)
> I went with comment 1 / comment 3.

Simon is right in comment 2 that the way things stand, <bdi> got short-changed.
<bdi> and <bdi="auto"> are supposed to be exactly the same. However, we now set
direction on <bdi="auto">, which is good, but do not set direction on <bdi>.
Thus, I believe it should be:

  [dir]:dir(rtl), bdi:dir(rtl) { direction: rtl; }
  [dir]:dir(ltr), bdi:dir(ltr) { direction: ltr; }

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

Received on Tuesday, 4 June 2013 06:18:18 UTC