mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00: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
@@ -31,6 +31,6 @@ interface HTMLButtonElement : HTMLElement {
|
||||
// FIXME: boolean reportValidity();
|
||||
// FIXME: undefined setCustomValidity(DOMString error);
|
||||
|
||||
// FIXME: readonly attribute NodeList labels;
|
||||
readonly attribute NodeList labels;
|
||||
};
|
||||
// FIXME: HTMLButtonElement includes PopoverInvokerElement;
|
||||
|
||||
Reference in New Issue
Block a user