mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibWeb: Implement Node::navigable()
https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable
This commit is contained in:
parent
6e416284b9
commit
22572c39e0
Notes:
sideshowbarker
2024-07-17 08:55:54 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 22572c39e0
Pull-request: https://github.com/SerenityOS/serenity/pull/18470
2 changed files with 11 additions and 0 deletions
|
@ -135,6 +135,8 @@ public:
|
|||
DeprecatedString node_value() const;
|
||||
void set_node_value(DeprecatedString const&);
|
||||
|
||||
JS::GCPtr<HTML::Navigable> navigable() const;
|
||||
|
||||
Document& document() { return *m_document; }
|
||||
Document const& document() const { return *m_document; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue