mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Bring Node closer to spec
Node::base_uri() correct implementation was left as a FIXME.
This commit is contained in:
parent
e2fa5c0cda
commit
682a4a347a
Notes:
sideshowbarker
2024-07-17 11:53:45 +09:00
Author: https://github.com/Igoorx
Commit: 682a4a347a
Pull-request: https://github.com/SerenityOS/serenity/pull/13638
3 changed files with 11 additions and 0 deletions
|
@ -113,6 +113,8 @@ public:
|
|||
|
||||
virtual FlyString node_name() const = 0;
|
||||
|
||||
String base_uri() const;
|
||||
|
||||
String descendant_text_content() const;
|
||||
String text_content() const;
|
||||
void set_text_content(String const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue