mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
This commit is contained in:
parent
bb22b04d44
commit
397049aae8
Notes:
sideshowbarker
2024-07-19 01:27:16 +09:00
Author: https://github.com/Lubrsi
Commit: 397049aae8
Pull-request: https://github.com/SerenityOS/serenity/pull/4044
6 changed files with 40 additions and 38 deletions
|
@ -43,6 +43,9 @@ public:
|
|||
String content_editable() const;
|
||||
void set_content_editable(const String&);
|
||||
|
||||
String inner_text();
|
||||
void set_inner_text(StringView);
|
||||
|
||||
private:
|
||||
virtual bool is_html_element() const final { return true; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue