mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Make rendered_text_fragment return a DocumentFragment
This closer matches the spec and is needed in the implementation of the innerText setter.
This commit is contained in:
committed by
Alexander Kalenik
parent
dd11d48a1d
commit
a1a740bb3e
Notes:
github-actions[bot]
2024-11-10 20:32:26 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/a1a740bb3ee Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2272
@@ -97,7 +97,7 @@ private:
|
||||
virtual void did_lose_focus() override;
|
||||
|
||||
[[nodiscard]] String get_the_text_steps();
|
||||
void append_rendered_text_fragment(StringView input);
|
||||
JS::NonnullGCPtr<DOM::DocumentFragment> rendered_text_fragment(StringView input);
|
||||
|
||||
JS::GCPtr<DOM::NodeList> m_labels;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user