mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
LibWeb/HTML: Implement text attribute in HTMLTitleElement
This commit is contained in:
committed by
Andreas Kling
parent
d6df13af6a
commit
24b9d05ea8
@@ -17,6 +17,9 @@ class HTMLTitleElement final : public HTMLElement {
|
||||
public:
|
||||
virtual ~HTMLTitleElement() override;
|
||||
|
||||
DeprecatedString text();
|
||||
void set_text(String const& value);
|
||||
|
||||
private:
|
||||
HTMLTitleElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user