mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
LibWeb: Implement value attribute of RadioNodeList
This commit is contained in:
parent
708263790a
commit
f115e44066
Notes:
sideshowbarker
2024-07-17 04:21:32 +09:00
Author: https://github.com/shannonbooth
Commit: f115e44066
Pull-request: https://github.com/SerenityOS/serenity/pull/20779
5 changed files with 180 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
// https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#radionodelist
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface RadioNodeList : NodeList {
|
||||
// FIXME: attribute DOMString value;
|
||||
attribute DOMString value;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue