Skip to content

Commit 254d34b

Browse files
authored
[css-view-transitions-1] Fix references
1 parent 0385164 commit 254d34b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
12461246

12471247
1. If any [=flat tree=] ancestor of this |element| [=skips its contents=], then [=continue=].
12481248

1249-
1. If |element| has more than one [=box-fragment=], then [=continue=].
1249+
1. If |element| has more than one [=box fragment=], then [=continue=].
12501250

12511251
Issue: We might want to enable transitions for fragmented elements in future versions.
12521252

@@ -1592,7 +1592,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15921592
* Effects on the element, such as 'opacity' and 'filter' are applied to the capture.
15931593

15941594
* Implementations may clip the rendered contents if the [=ink overflow rectangle=] exceeds some [=implementation-defined=] maximum.
1595-
However, the captured image should include, at the very least, the contents of |element| that intersect with the [=snapshot root=].
1595+
However, the captured image should include, at the very least, the contents of |element| that intersect with the [=snapshot containing block=].
15961596
Implementations may adjust the rasterization quality to account for elements with a large [=ink overflow area=] that are transformed into view.
15971597

15981598
* [=list/For each=] |descendant| of [=shadow-including descendant=] {{Element}} and [=pseudo-element=] of |element|,
@@ -1680,7 +1680,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
16801680

16811681
- |capturedElement|'s [=new element=] is [=element-not-rendered|not rendered=].
16821682

1683-
- |capturedElement| has more than one [=box-fragment=].
1683+
- |capturedElement| has more than one [=box fragment=].
16841684

16851685
Note: Other rendering constraints are enforced via |capturedElement|'s [=new element=] being [=involved in a view transition=].
16861686

@@ -1799,6 +1799,7 @@ Changes from <a href="https://www.w3.org/TR/2022/WD-css-view-transitions-1-20221
17991799
* Applying the [=ink overflow=] to the captured image is implementation defined, and doesn't affect the image's [=natural size=]. See <a href="https://github.com/w3c/csswg-drafts/issues/8597">issue 8597</a>.
18001800
* Fragmented elements don't participate in view transitions. See <a href="https://github.com/w3c/csswg-drafts/issues/8339">issue 8339</a>.
18011801
* Rename "snapshot root" to "snapshot containing block", and make it an [=absolute positioning containing block=] and a [=fixed positioning containing block=] for its descendants. See <a href="https://github.com/w3c/csswg-drafts/issues/8505">issue 8505</a>.
1802+
18021803
<h3 id="changes-since-2022-10-25">
18031804
Changes from <a href="https://www.w3.org/TR/2022/WD-css-view-transitions-1-20221025/">2022-10-25 Working Draft (FPWD)</a>
18041805
</h3>

0 commit comments

Comments
 (0)