-
Notifications
You must be signed in to change notification settings - Fork 759
Description
As mentioned in the discussion,
block-ellipsiscurrently defaults tonone. This means that if you setcontinue: collapseexplicitly, rather than using the(-webkit-)line-clampshorthands, then by default wouldn't get an ellipsis.With this change, should we make the initial value
no-ellipsis, or change toauto? Forcontinue: collapse, it probably makes a lot more sense to change it.However,
nonewas made the initial value whenline-clampwas usingcontinue: discardby default, and I think it might have been set like that because if in the future other region breaks are defined other than for line clamping, they maybe shouldn't have an ellipsis automatically applied. But currentlycontinue: discardis the only use of region breaks, and that's not even the value ofcontinuethatline-clampis setting anymore.Given that, should we change the initial value to
auto?
Originally posted by @andreubotella in #12416
Metadata
Metadata
Assignees
Labels
Type
Projects
Status