mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Implement HTMLElement.innerText setter
This commit is contained in:
parent
a1a740bb3e
commit
653c8f231d
Notes:
github-actions[bot]
2024-11-10 20:32:20 +00:00
Author: https://github.com/shannonbooth
Commit: 653c8f231d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2272
3 changed files with 91 additions and 47 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
void set_inner_text(StringView);
|
||||
|
||||
[[nodiscard]] String outer_text();
|
||||
WebIDL::ExceptionOr<void> set_outer_text(String);
|
||||
WebIDL::ExceptionOr<void> set_outer_text(String const&);
|
||||
|
||||
int offset_top() const;
|
||||
int offset_left() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue