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
[cssom-view-1] Add: run snapshot post-layout state steps w3c#10796 (w3c#11037)
Add "run snapshot post-layout state steps" as resolved in issue w3c#10796.
Let other specifications specify what they snapshot on a
feature-by-feature basis.
Some CSS features use post-layout state, like scroll position, as input to the next style and layout update.
2022
+
2023
+
When asked to <dfn export>run snapshot post-layout state steps</dfn> for a {{Document}}<var>doc</var>, run these steps:
2024
+
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
+
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.
0 commit comments