Newer
Older
minerva / Userland / Libraries / LibWeb / HTML / RadioNodeList.idl
@minerva minerva on 13 Jul 199 bytes Initial commit
#import <DOM/NodeList.idl>

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