mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 17:02:56 +00:00
LibWeb: Add support for HTMLOrSVGElement.dataset
This commit is contained in:
parent
37347cbcb6
commit
f6b24a72ee
Notes:
sideshowbarker
2024-07-18 03:25:47 +09:00
Author: https://github.com/Lubrsi
Commit: f6b24a72ee
Pull-request: https://github.com/SerenityOS/serenity/pull/10219
12 changed files with 259 additions and 1 deletions
|
@ -23,6 +23,7 @@ namespace Web::HTML {
|
|||
|
||||
HTMLElement::HTMLElement(DOM::Document& document, QualifiedName qualified_name)
|
||||
: Element(document, move(qualified_name))
|
||||
, m_dataset(DOMStringMap::create(*this))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue