style: Rename alias to aliases in Longhand and Shorthand

Differential Revision: https://phabricator.services.mozilla.com/D105810
This commit is contained in:
Emily McDonough 2021-02-19 18:29:33 +00:00 committed by Emilio Cobos Álvarez
parent 742c5e0d17
commit 4dc475d3a1
11 changed files with 32 additions and 32 deletions

View file

@ -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",