mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
LibWeb: Add HTMLElement wrapper
Expose the "title" attribute just to expose something. :^)
This commit is contained in:
parent
244b243d22
commit
1914f52371
10 changed files with 36 additions and 14 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
virtual bool is_node_wrapper() const { return false; }
|
||||
virtual bool is_document_wrapper() const { return false; }
|
||||
virtual bool is_element_wrapper() const { return false; }
|
||||
virtual bool is_htmlelement_wrapper() const { return false; }
|
||||
|
||||
protected:
|
||||
explicit Wrapper(Object& prototype)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue