[Bug 27359] [Shadow]: Need to define interaction with directionality

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

--- Comment #15 from Koji Ishii <kojiishi@gmail.com> ---
In addition to inheriting "dir" and CSS properties, we'll also need to use the
composed tree to "find the first character in tree order". Blink currently:
- Inherits dir
- Inherits CSS direction and unicode-bidi
but:
- the behavior around dir=auto is a little flaky around shadow boundaries
- does not use the composed tree to "find the first character in tree order"
I'll look into these two.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 21 January 2015 16:11:28 UTC