aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/data.py
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2022-08-31 12:39:19 +0000
committerMartin Robinson <mrobinson@igalia.com>2023-11-03 08:59:49 +0100
commita44db174320144f73a376a21e2ea18499fd558d7 (patch)
treee2e18b85c143de440e0455421f3adbbe5bf7cfdb /components/style/properties/data.py
parent3fa76ff2e8e251317fbbb76b7d1c2eafe12cfe24 (diff)
downloadservo-a44db174320144f73a376a21e2ea18499fd558d7.tar.gz
servo-a44db174320144f73a376a21e2ea18499fd558d7.zip
style: Move line-clamp out of mako and do some adjacent clean-up
No behavior change, but simplifies the following patch. Differential Revision: https://phabricator.services.mozilla.com/D155180
Diffstat (limited to 'components/style/properties/data.py')
-rw-r--r--components/style/properties/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/properties/data.py b/components/style/properties/data.py
index 9c085d20509..2b0605d4e9e 100644
--- a/components/style/properties/data.py
+++ b/components/style/properties/data.py
@@ -466,6 +466,7 @@ class Longhand(Property):
"JustifyItems",
"JustifySelf",
"LineBreak",
+ "LineClamp",
"MasonryAutoFlow",
"MozForceBrokenImageIcon",
"text::MozControlCharacterVisibility",
@@ -483,7 +484,6 @@ class Longhand(Property):
"OverflowWrap",
"OverscrollBehavior",
"Percentage",
- "PositiveIntegerOrNone",
"PrintColorAdjust",
"Resize",
"RubyPosition",