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
Treat -webkit-line-clamp as a prefix of line-clamp (#22951)
This property is currently in an in-between state, in the progress of being standardized and implemented without a prefix, but still only supported with a prefix in all browsers.
Renaming and using `prefic` aligns with https://caniuse.com/css-line-clamp and will make it possible for web-features to use this BCD entry to represent support of the unprefixed CSS property.
0 commit comments