mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 23:12:56 +00:00
7 lines
215 B
Text
7 lines
215 B
Text
#import <DOM/NodeList.idl>
|
|
|
|
// https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#radionodelist
|
|
[Exposed=Window, UseNewAKString]
|
|
interface RadioNodeList : NodeList {
|
|
attribute DOMString value;
|
|
};
|