mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-03 12:52:31 +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
@@ -32,7 +32,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
boolean reportValidity();
|
||||
undefined setCustomValidity(DOMString error);
|
||||
|
||||
// FIXME: readonly attribute NodeList labels;
|
||||
readonly attribute NodeList labels;
|
||||
|
||||
// FIXME: undefined select();
|
||||
attribute unsigned long selectionStart;
|
||||
|
||||
Reference in New Issue
Block a user