[csswg-drafts] [css-scroll-anchoring-1] Should 'position: fixed' changes be suppression triggers? (#3511)

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

== [css-scroll-anchoring-1] Should 'position: fixed' changes be suppression triggers? ==
The scroll anchoring spec lists the following as a suppression trigger. [1]
```
Any change to the computed value of the position property on any element within the scrollable element (or document), such that the element becomes or stops being absolutely positioned.
```

In the WICG scroll anchoring explainer, I see that 'positioned: fixed' is considered a suppression trigger as well.

Is the WICG explainer out of date, or should the spec be amended to include this?

[1] https://drafts.csswg.org/css-scroll-anchoring-1/#suppression-triggers
[2] https://github.com/WICG/ScrollAnchoring/blob/master/explainer.md#flow-change-suppression

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

Received on Monday, 14 January 2019 19:29:05 UTC