mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove layout.css.webkit-line-clamp.enabled, and add a new pref to apply line-clamp to all BFCs
It's always true, so remove it. Add another pref to allow -webkit-line-clamp to work on all blocks rather than just legacy -webkit-boxes, which seems something we should try to look into, eventually. Depends on D155181 Differential Revision: https://phabricator.services.mozilla.com/D155182
This commit is contained in:
parent
6dafc18b67
commit
319dca5351
1 changed files with 0 additions and 1 deletions
|
@ -552,7 +552,6 @@ ${helpers.predefined_type(
|
|||
"LineClamp",
|
||||
"computed::LineClamp::none()",
|
||||
engines="gecko",
|
||||
gecko_pref="layout.css.webkit-line-clamp.enabled",
|
||||
animation_value_type="ComputedValue",
|
||||
spec="https://drafts.csswg.org/css-overflow-3/#line-clamp",
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue