mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +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
Notes:
sideshowbarker
2024-07-16 20:39:14 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/2447a25753 Pull-request: https://github.com/SerenityOS/serenity/pull/24359
@@ -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