1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:18:11 +00:00

LibWeb: Support CSSStyleDeclaration.getPropertyPriority()

This commit is contained in:
Andreas Kling 2022-04-11 20:48:50 +02:00
parent a8afb883c1
commit a0ba49a50a
3 changed files with 14 additions and 0 deletions

View file

@ -45,6 +45,7 @@ public:
DOM::ExceptionOr<String> remove_property(StringView property_name);
String get_property_value(StringView property) const;
String get_property_priority(StringView property) const;
String css_text() const;
void set_css_text(StringView);