You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-conditional-5] Link scroll-state snapshotting to cssom-view #10796 (#11056)
* [css-conditional-5] Link scroll-state snapshotting to cssom-view #10796
scroll-state() snapshotting should happen as part of "run snapshot post-
layout state steps".
* Typo
* should -> must
---------
Co-authored-by: Rune Lillesveen <futhark@google.com>
Copy file name to clipboardExpand all lines: cssom-view-1/Overview.bs
+1-1
Original file line number
Diff line number
Diff line change
@@ -2024,7 +2024,7 @@ When asked to <dfn export>run snapshot post-layout state steps</dfn> for a {{Doc
2024
2024
2025
2025
1. For each CSS feature that needs to snapshot post-layout state, take a snapshot of the relevant state in <var>doc</var>.
2026
2026
2027
-
The state that is snapshot is defined in other specifications. These steps must not invalidate <var>doc</var> or any other {{Document}}s in such a way that other post-layout snapshotting steps can observe that such snapshotting happened. It follows that the order of which such snapshotting takes place should not matter.
2027
+
The state that is snapshot is defined in other specifications. These steps must not invalidate <var>doc</var> or any other {{Document}}s in such a way that other post-layout snapshotting steps can observe that such snapshotting happened. It follows that the order of which such snapshotting takes place must not matter.
0 commit comments