mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
LibWeb: Implement Element.removeAttributeNS
This commit is contained in:
parent
7a26a889cb
commit
3910efb80b
5 changed files with 59 additions and 1 deletions
|
@ -112,6 +112,7 @@ public:
|
|||
|
||||
void append_attribute(Attr&);
|
||||
void remove_attribute(FlyString const& name);
|
||||
void remove_attribute_ns(Optional<FlyString> const& namespace_, FlyString const& name);
|
||||
|
||||
WebIDL::ExceptionOr<bool> toggle_attribute(FlyString const& name, Optional<bool> force);
|
||||
size_t attribute_list_size() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue