mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Add HTMLSelectElement showPicker()
Adds the showPicker() function for select elements. This doesn't do the check for "being rendered" which is in the spec.
This commit is contained in:
committed by
Andrew Kaster
parent
b94ec419ac
commit
5098ed6b1f
@@ -37,5 +37,7 @@ interface HTMLSelectElement : HTMLElement {
|
||||
[FIXME] boolean reportValidity();
|
||||
[FIXME] undefined setCustomValidity(DOMString error);
|
||||
|
||||
undefined showPicker();
|
||||
|
||||
readonly attribute NodeList labels;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user