From 858f314678b83ad844921dc49b3a1a4202c6c88b Mon Sep 17 00:00:00 2001 From: fantasai Date: Wed, 2 Aug 2023 19:33:35 -0400 Subject: [PATCH] [css-view-transitions-1] Clarify that ink overflow is outside the image content box #8819 (#9137) And not e.g. squashed into it. See https://github.com/w3c/csswg-drafts/pull/8819 for discussions --- css-view-transitions-1/Overview.bs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/css-view-transitions-1/Overview.bs b/css-view-transitions-1/Overview.bs index 8444818b08ea..2b9f3d079836 100644 --- a/css-view-transitions-1/Overview.bs +++ b/css-view-transitions-1/Overview.bs @@ -1674,9 +1674,14 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface; following the [=capture rendering characteristics=]. 1. Return the portion of the canvas that includes |element|'s [=ink overflow rectangle=] as an image. - The [=natural size=] of the image must be |element|'s [=border box=]'s [=/size=], - and its origin corresponds to the |element|'s [=border box=]'s origin. - + The [=natural dimensions=] of this image must be those of its [=principal box|principal=] [=border box=], + and its origin must correspond to that [=border box=]'s origin, + such that the image represents the contents of this [=border box=] + and any captured [=ink overflow=] is represented outside these bounds. + + Note: When this image is rendered as a [=replaced element=] at its [=natural size=], + it will display with the size and contents of element’s [=principal box=], + with any captured [=ink overflow=] overflowing its [=content box=]. ### [=Capture rendering characteristics=] ### {#capture-rendering-characteristics-algorithm}