mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:08:12 +00:00
LibWeb: Add HTMLElement::is_content_editable()
This commit is contained in:
parent
934aa6af6a
commit
e3c75d7b6f
5 changed files with 18 additions and 1 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
|
||||
virtual bool is_editable() const final;
|
||||
virtual bool is_focusable() const override;
|
||||
bool is_content_editable() const;
|
||||
StringView content_editable() const;
|
||||
WebIDL::ExceptionOr<void> set_content_editable(StringView);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue