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
A value of zero disables the creation of a wrapping area.
Is this a leftover from before the harmonisation with CSS which added the value auto? CSS doesn't do this but sets the content area to zero width:
<pstyle="font-size:24px;inline-size:100px">This text wraps at 100px.</p><pstyle="font-size:24px; inline-size:0;overflow-wrap:break-word">This text wraps at 0.</p>
11.4.1. The ‘inline-size’ property says:
Is this a leftover from before the harmonisation with CSS which added the value
auto
? CSS doesn't do this but sets the content area to zero width:cc @therahedwig
The text was updated successfully, but these errors were encountered: