mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
This awkwardly sat as the internal final API for getting a StyleProperty directly for a given PropertyID, and also the external API for getting the StyleProperty for a PropertyID. For the latter, it lacked support for shorthands, and for both it lacked support for custom properties. This commit: - Moves the code from get_property() into get_direct_property() - Makes get_property() call get_property_internal() to support shorthands - Adds custom property support for get_direct_property() This also wins us some WPT points for StylePropertyMap. |
||
|---|---|---|
| .. | ||
| Internal | ||
| CommandNames.cpp | ||
| CommandNames.h | ||
| Commands.cpp | ||
| Commands.h | ||
| ExecCommand.cpp | ||