LibWeb: Bring Node closer to spec

Node::base_uri() correct implementation was left as a FIXME.
This commit is contained in:
Igor Pissolati 2022-04-12 13:20:13 -03:00 committed by Andreas Kling
commit 682a4a347a
Notes: sideshowbarker 2024-07-17 11:53:45 +09:00
3 changed files with 11 additions and 0 deletions

View file

@ -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&);