mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 11:57:19 +02:00
LibWeb: Implement the labels attribute for all labelable elements
This returns a `NodeList` of all the labels associated with the given element.
This commit is contained in:
committed by
Andreas Kling
parent
3dc86747f0
commit
2447a25753
@@ -54,7 +54,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
boolean reportValidity();
|
||||
undefined setCustomValidity(DOMString error);
|
||||
|
||||
// FIXME: readonly attribute NodeList? labels;
|
||||
readonly attribute NodeList? labels;
|
||||
|
||||
undefined select();
|
||||
// FIXME: attribute unsigned long? selectionStart;
|
||||
|
||||
Reference in New Issue
Block a user