mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
For example, consider the attribute:
interface Element {
[PutForwards=value] readonly attribute DOMTokenList classList;
}
When `classList` is set, we should instead set the attribute `value` on
the `classList` attribute of the Element interface.
58 KiB
58 KiB