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
To <dfn lt="computing the interest rectangle|compute the interest rectangle">compute the interest rectangle</dfn> of an {{Element}} |element|, perform the following steps.
1607
1617
They return a rectangle.
1608
1618
1609
-
Note: The interest rectangle is the subset of |element|'s [=ink overflow rectangle=] that should be captured.
1610
-
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.
1611
1621
For example, if it exceeds the maximum texture size.
1612
1622
1613
1623
1. Assert: |element| is not |element|'s [=node document=]'s [=document element=].
1614
1624
1615
1625
Note: The [=document element=] is captured differently, as specified in [=capture the image=].
1616
1626
1617
-
1. If |element|'s [=ink overflow area=] does not exceed an implementation-defined maximum size,
1618
-
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