LibWeb: Implement value attribute of RadioNodeList

This commit is contained in:
Shannon Booth 2023-08-25 12:28:36 +12:00 committed by Andreas Kling
commit f115e44066
Notes: sideshowbarker 2024-07-17 04:21:32 +09:00
5 changed files with 180 additions and 1 deletions

View file

@ -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;
};