@FirefoxDevTools @firefoxnightly does it scope the selector to rootNodes or also cross the shadow boundary?
(eg will "div p" match a div>web-c>p?)
Top-level
@FirefoxDevTools @firefoxnightly does it scope the selector to rootNodes or also cross the shadow boundary? (eg will "div p" match a div>web-c>p?) 1 comment
|
@Kilian @firefoxnightly the selector is scoped to the root node, so it doesn't cross the shadow boundary. It would be interesting to do it, but might be a bit complex, especially with things like :has()