Files
ladybird/Libraries/LibWeb/HTML/RadioNodeList.idl
2024-11-10 12:50:45 +01:00

8 lines
199 B
Plaintext

#import <DOM/NodeList.idl>
// https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#radionodelist
[Exposed=Window]
interface RadioNodeList : NodeList {
attribute DOMString value;
};