mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +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
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