summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLSelectElement.idl
blob: 808db0b45f49d6bd70a94c6f3938edc543969964 (plain)
1
2
3
4
5
6
7
interface HTMLSelectElement : HTMLElement {

    [Reflect] attribute boolean disabled;
    [Reflect] attribute boolean multiple;
    [Reflect] attribute boolean required;

};