mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Use enum class for white-space
This commit is contained in:
parent
7123e5333f
commit
878b9a4db3
3 changed files with 23 additions and 15 deletions
|
@ -635,7 +635,7 @@ ${helpers.single_keyword("text-align-last",
|
|||
<%helpers:single_keyword_computed name="white-space"
|
||||
values="normal pre nowrap pre-wrap pre-line"
|
||||
extra_gecko_values="-moz-pre-space"
|
||||
gecko_constant_prefix="NS_STYLE_WHITESPACE"
|
||||
gecko_enum_prefix="StyleWhiteSpace"
|
||||
needs_conversion="True"
|
||||
animation_value_type="none"
|
||||
spec="https://drafts.csswg.org/css-text/#propdef-white-space">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue