[csswg-drafts] [css-anchor-position] anchor-name should not leak out of a shadow tree (#7916)

lilles has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-anchor-position] anchor-name should not leak out of a shadow tree ==
The spec currently says: ["find the first element el in tree order"](https://drafts.csswg.org/css-anchor-1/#target-anchor-element). It should be more specific about which tree.

The current implementation in Chromium looks walks the box tree, essentially the flat tree, which means it is leaking anchor-names out of shadow trees.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7916 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 19 October 2022 11:47:22 UTC