mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Make -webkit-appearance an alias for the appearance css property
This commit is contained in:
parent
387fecea7f
commit
44ff957784
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/bplaat
Commit: 44ff957784
Pull-request: https://github.com/SerenityOS/serenity/pull/22370
3 changed files with 9 additions and 0 deletions
|
@ -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 {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue