mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +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
|
@ -12,6 +12,9 @@ interface HTMLElement : Element {
|
|||
readonly attribute long offsetTop;
|
||||
readonly attribute long offsetLeft;
|
||||
|
||||
// FIXME: This should come from a HTMLOrSVGElement mixin
|
||||
[SameObject] readonly attribute DOMStringMap dataset;
|
||||
|
||||
// FIXME: These should all come from a GlobalEventHandlers mixin
|
||||
attribute EventHandler onabort;
|
||||
attribute EventHandler onauxclick;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue