LibWeb: Support CSSStyleDeclaration.getPropertyPriority()

This commit is contained in:
Andreas Kling 2022-04-11 20:48:50 +02:00
commit a0ba49a50a
Notes: sideshowbarker 2024-07-17 12:04:51 +09:00
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);