Skip to content

Commit 858f314

Browse files
authored
[css-view-transitions-1] Clarify that ink overflow is outside the image content box #8819 (#9137)
And not e.g. squashed into it. See #8819 for discussions
1 parent b3a74de commit 858f314

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

css-view-transitions-1/Overview.bs

+8-3
Original file line numberDiff line numberDiff line change
@@ -1674,9 +1674,14 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
16741674
following the [=capture rendering characteristics=].
16751675

16761676
1. Return the portion of the canvas that includes |element|'s [=ink overflow rectangle=] as an image.
1677-
The [=natural size=] of the image must be |element|'s [=border box=]'s [=/size=],
1678-
and its origin corresponds to the |element|'s [=border box=]'s origin.
1679-
1677+
The [=natural dimensions=] of this image must be those of its [=principal box|principal=] [=border box=],
1678+
and its origin must correspond to that [=border box=]'s origin,
1679+
such that the image represents the contents of this [=border box=]
1680+
and any captured [=ink overflow=] is represented outside these bounds.
1681+
1682+
Note: When this image is rendered as a [=replaced element=] at its [=natural size=],
1683+
it will display with the size and contents of element’s [=principal box=],
1684+
with any captured [=ink overflow=] overflowing its [=content box=].
16801685
</div>
16811686

16821687
### [=Capture rendering characteristics=] ### {#capture-rendering-characteristics-algorithm}

0 commit comments

Comments
 (0)