diff --git a/css-view-transitions-1/Overview.bs b/css-view-transitions-1/Overview.bs
index a4917f90952..516a2cf794f 100644
--- a/css-view-transitions-1/Overview.bs
+++ b/css-view-transitions-1/Overview.bs
@@ -857,7 +857,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
}
:root::view-transition {
- position: fixed;
+ position: absolute;
inset: 0;
}
@@ -1999,7 +1999,11 @@ This appendix is informative.
Changes from 2024-03-28 Candidate Recommendation Draft
+* Always flush the queue of update callbacks before capturing the old state. See issue 11922.
+* Disallow match-element as a custom-ident. See Issue 10995.
* Add a non-normative note to explain that ''::view-transition-image-pair()'' would typically not need custom styling. See issue 11926
+* Inherit more animation properties into pseudo-element tree. See Issue 11546.
+* Use `position: absolute` instead of `position: fixed` on ''::view-transition''. See Issue 12116.
Changes from 2023-05-30 Working Draft
@@ -2029,8 +2033,6 @@ Changes from issue 10145.
* Add a rendering characteristics note about out-of-viewport elements. See issue 8282.
* Swap the order of invoking the update callback and setting the phase. See issue 10822.
-* Always flush the queue of update callbacks before capturing the old state. See issue 11922.
-* Disallow match-element as a custom-ident. See Issue 10995.