mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
LibWeb: Implement value attribute of RadioNodeList
This commit is contained in:
parent
708263790a
commit
f115e44066
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