mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Rename alias to aliases in Longhand and Shorthand
Differential Revision: https://phabricator.services.mozilla.com/D105810
This commit is contained in:
parent
742c5e0d17
commit
4dc475d3a1
11 changed files with 32 additions and 32 deletions
|
@ -505,7 +505,7 @@ ${helpers.predefined_type(
|
|||
"BreakWithin",
|
||||
"computed::BreakWithin::Auto",
|
||||
engines="gecko",
|
||||
alias="page-break-inside",
|
||||
aliases="page-break-inside",
|
||||
spec="https://drafts.csswg.org/css-break/#propdef-break-inside",
|
||||
animation_value_type="discrete",
|
||||
)}
|
||||
|
@ -607,7 +607,7 @@ ${helpers.predefined_type(
|
|||
"Appearance",
|
||||
"computed::Appearance::None",
|
||||
engines="gecko",
|
||||
alias="-moz-appearance -webkit-appearance",
|
||||
aliases="-moz-appearance -webkit-appearance",
|
||||
spec="https://drafts.csswg.org/css-ui-4/#propdef-appearance",
|
||||
animation_value_type="discrete",
|
||||
gecko_ffi_name="mAppearance",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue