Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-29 | LibHTML: Add a way to get a Document's title | Andreas Kling | |
You can now query Document::title() to get a String containing whatever is inside the document's <title> tag. In support of this, this patch adds the <html>, <head> and <title> elements. |