mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Implement the HTMLOutputElement.htmlFor
attribute
This returns a DOMTokenList that reflects the `for` attribute.
This commit is contained in:
parent
acc1fa3c62
commit
3dc86747f0
Notes:
sideshowbarker
2024-07-17 03:03:37 +09:00
Author: https://github.com/tcl3
Commit: 3dc86747f0
Pull-request: https://github.com/SerenityOS/serenity/pull/24344
Reviewed-by: https://github.com/shannonbooth ✅
5 changed files with 61 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
interface HTMLOutputElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
// FIXME: [SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor;
|
||||
[SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
[CEReactions, Reflect] attribute DOMString name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue