mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibWeb: Add Element.{next,previous}ElementSibling IDL attributes
This commit is contained in:
parent
d367044e67
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