We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a04a12 commit b5659adCopy full SHA for b5659ad
1 file changed
css-anchor-position-1/Overview.bs
@@ -923,11 +923,12 @@ to trigger automatic "animation" of the fallback'd properties.
923
be |el|'s styles after these adjustments.
924
925
2. If |el| has a [=snapshotted scroll offset=],
926
- then shift |el|'s margin box's position by the offsets.
+ then subtract the offsets
927
+ from |el|'s margin box's position.
928
929
Also, if any of |el|'s [=inset properties=] are non-auto,
- add the [=snapshotted scroll offset=] for the appropriate axis
930
- to their values.
+ subtract the [=snapshotted scroll offset=] for the appropriate axis
931
+ from their values.
932
Recalculate |el|'s [=inset-modified containing block=]
933
using these shifted values
934
to obtain the |scroll-adjusted IMCB|.
0 commit comments