-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Description
The spec defines ink overflow, but does not specify the extent of it, because some effects in CSS, such as blur radius or box shadow radius, are theoretically infinite.
However, issues such as #8597 and w3c/IntersectionObserver#295 are good reasons to define it, for the purpose of knowing the size of an animated image of a DOM subtree for the purpose of creating a bitmap image, or occlusion testing.
I think we can define it in cases of blur or box shadow in a reasonable way, such as defining the ink overflow to go out to a certain specified standard deviation on its Gaussian shape.