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:
parent
a8afb883c1
commit
a0ba49a50a
3 changed files with 14 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue