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 can see how resize and overflow might make a larger canvas desirable, but text-overflow is only dealing with how text is chopped off when it extends out of the element.
It does not make the clipped content any more accessible than it would've otherwise been and doesn't imply any ability to bring it into view.
I feel like it should either not be listed here, or there needs to be a better explanation as to why it's relevant.
The text was updated successfully, but these errors were encountered:
3.5.1. Possible Paint-Containment Optimizations claims, in point 2, that "unless the clipped content is made accessible via a separate mechanism such as the 'overflow', 'resize', or 'text-overflow' properties the UA can reserve "canvas" space for the box exactly the box’s size."
I can see how
resize
andoverflow
might make a larger canvas desirable, buttext-overflow
is only dealing with how text is chopped off when it extends out of the element.It does not make the clipped content any more accessible than it would've otherwise been and doesn't imply any ability to bring it into view.
I feel like it should either not be listed here, or there needs to be a better explanation as to why it's relevant.
The text was updated successfully, but these errors were encountered: