mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:28:11 +00:00
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
This commit is contained in:
parent
bb22b04d44
commit
397049aae8
6 changed files with 40 additions and 38 deletions
|
@ -93,9 +93,6 @@ public:
|
|||
String inner_html() const;
|
||||
void set_inner_html(StringView);
|
||||
|
||||
String inner_text();
|
||||
void set_inner_text(StringView);
|
||||
|
||||
bool is_focused() const;
|
||||
virtual bool is_focusable() const { return false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue