@@ -1,3 +1,4 @@
+-webkit-appearance: auto
accent-color: auto
align-content: stretch
align-items: normal
@@ -1,4 +1,10 @@
{
+ "-webkit-appearance": {
+ "logical-alias-for": [
+ "appearance"
+ ],
+ "max-values": 1
+ },
"accent-color": {
"inherited": true,
"initial": "auto",
@@ -395,6 +395,8 @@ static void set_property_expanding_shorthands(StyleProperties& style, CSS::Prope
return PropertyID::Left;
case PropertyID::InsetInlineEnd:
return PropertyID::Right;
+ case PropertyID::WebkitAppearance:
+ return PropertyID::Appearance;
default:
return {};
}