mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +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: https://github.com/SerenityOS/serenity/commit/2dc08d259eb
1 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,8 @@ interface Element : Node {
|
|||
attribute DOMString innerHTML;
|
||||
[Reflect] attribute DOMString id;
|
||||
[Reflect=class] attribute DOMString className;
|
||||
|
||||
readonly attribute Element? nextElementSibling;
|
||||
readonly attribute Element? previousElementSibling;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue