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
I don't believe there is, but it's worth checking with the CSSWG.
Note also that if you have something like <span>text</span> then the content box of the span may not contain all of the bits the text paints. See https://drafts.csswg.org/css-overflow-3/#ink for some examples. It's not clear to me whether you'd want to include such bits in the rectangle you want here.
https://wicg.github.io/element-timing/#sec-report-text step 2.1 says:
where text is a
Text
node. In CSS elements can have border boxes but text cannot. See https://www.w3.org/TR/css-display-3/#intro which defines boxes (for elements and pseudo-elements, plus anonymous boxes) and https://drafts.csswg.org/css-box-3/#border-box which defines a "border box", but only for boxes, not text runs.The text was updated successfully, but these errors were encountered: