[Webkit-unassigned] [Bug 160038] [Shadow DOM]: :host-context rule does not apply to matching nodes within the shadow root

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 23:14:11 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160038

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
             Blocks|                            |148695

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
We're not going to support :host-context in WebKit.

The particular example shown here is better served with `text-align: start`.

Using `[dir=rtl]` is not great because there could be an equivalent CSS properties such as `direction: rtl` specified somewhere in the ancestor chain.  It also doesn't take `dir=auto` into account whereas `text-align: start` would work in either case because it uses the computed style to align the text.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160722/f6f7128e/attachment.html>


More information about the webkit-unassigned mailing list