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
Clarify that observable image size refers to the border-box
Ink-overflow is an implementation detail, and up to the UA
to apply. object-view-box doesn't directly affect the ink-overflow rect.
See [resolution](w3c#8597 (comment)).
Closesw3c#8597
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is not "`done`".
1502
1502
1503
-
1. If |transition|'s [=ViewTransition/phase=] is [=phases/before=] "`update-callback-called`", then [=queue a global task=] on the [=DOM manipulation task source=],
1504
-
given |transition|'s [=relevant global object=], to [=call the update callback=] of |transition|.
1503
+
1. If |transition|'s [=ViewTransition/phase=] is [=phases/before=] "`update-callback-called`",
1504
+
then [=queue a global task=] on the [=DOM manipulation task source=],
1505
+
given |transition|'s [=relevant global object=],
1506
+
to [=call the update callback=] of |transition|.
1505
1507
1506
1508
1. Set [=document/transition suppressing rendering=] to false.
To <dfn lt="computing the interest rectangle|compute the interest rectangle">compute the interest rectangle</dfn> of an {{Element}} |element|, perform the following steps.
1608
1617
They return a rectangle.
1609
1618
1610
-
Note: The interest rectangle is the subset of |element|'s [=ink overflow rectangle=] that should be captured.
1611
-
This is required for cases where an element's ink overflow rectangle needs to be clipped because of hardware constraints.
1619
+
Note: The interest rectangle is the subset of |element|'s [=border box=] that should be captured.
1620
+
This is required for cases where an element's border box needs to be clipped because of hardware constraints.
1612
1621
For example, if it exceeds the maximum texture size.
1613
1622
1614
1623
1. Assert: |element| is not |element|'s [=node document=]'s [=document element=].
1615
1624
1616
1625
Note: The [=document element=] is captured differently, as specified in [=capture the image=].
1617
1626
1618
-
1. If |element|'s [=ink overflow area=] does not exceed an implementation-defined maximum size,
1619
-
then return a rectangle that is equal to |element|'s [=ink overflow rectangle=].
1627
+
1. If |element|'s [=border area=] does not exceed an implementation-defined maximum size,
1628
+
then return a rectangle that is equal to |element|'s [=border box=].
0 commit comments