diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLSelectElement.idl')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLSelectElement.idl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLSelectElement.idl b/Libraries/LibWeb/HTML/HTMLSelectElement.idl deleted file mode 100644 index 808db0b45f..0000000000 --- a/Libraries/LibWeb/HTML/HTMLSelectElement.idl +++ /dev/null @@ -1,7 +0,0 @@ -interface HTMLSelectElement : HTMLElement { - - [Reflect] attribute boolean disabled; - [Reflect] attribute boolean multiple; - [Reflect] attribute boolean required; - -}; |