mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibWeb: Add Element.{next,previous}ElementSibling IDL attributes
This commit is contained in:
parent
d367044e67
commit
2dc08d259e
Notes:
sideshowbarker
2024-07-19 04:20:49 +09:00
Author: https://github.com/awesomekling
Commit: 2dc08d259e
1 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,8 @@ interface Element : Node {
|
||||||
attribute DOMString innerHTML;
|
attribute DOMString innerHTML;
|
||||||
[Reflect] attribute DOMString id;
|
[Reflect] attribute DOMString id;
|
||||||
[Reflect=class] attribute DOMString className;
|
[Reflect=class] attribute DOMString className;
|
||||||
|
|
||||||
|
readonly attribute Element? nextElementSibling;
|
||||||
|
readonly attribute Element? previousElementSibling;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue