Hello! I'm working on implementing this specification in Gecko. Here's the intent email.
I have a few questions regarding the anchor node selection algorithm. [ref]
- Should
position: sticky be considered an excluded sub tree like position: fixed?
- Should scrolling boxes be considered opaque for the purposes of candidate selection? (e.g. they can be scroll anchors but stop candidate selection from traversing their children) If not, then it seems a node could be the anchor for two different scrolling boxes. I'm unsure if that's desired.
cc @skobes @theres-waldo