mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
...{All} to ParentNode. Exposes createDocumentFragment and createComment on Document. Stubs out the document.body setter. Also adds ParentNode back :^).
This commit is contained in:
parent
7b755e6a58
commit
8b807e65d7
Notes:
sideshowbarker
2024-07-19 03:28:17 +09:00
Author: https://github.com/Lubrsi
Commit: 8b807e65d7
Pull-request: https://github.com/SerenityOS/serenity/pull/3198
17 changed files with 223 additions and 54 deletions
|
@ -33,6 +33,8 @@ namespace Web::DOM {
|
|||
|
||||
class Comment final : public CharacterData {
|
||||
public:
|
||||
using WrapperType = Bindings::CommentWrapper;
|
||||
|
||||
explicit Comment(Document&, const String&);
|
||||
virtual ~Comment() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue