mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Add CharacterData and Text IDL interfaces
This commit is contained in:
@@ -34,6 +34,8 @@ namespace Web::DOM {
|
||||
|
||||
class Text final : public CharacterData {
|
||||
public:
|
||||
using WrapperType = Bindings::TextWrapper;
|
||||
|
||||
explicit Text(Document&, const String&);
|
||||
virtual ~Text() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user