Open
Description
When trying to set the list
attribute on an input tag:
<input list="some-id" />
the attribute isn't set on the node (which is consistent with the documentation).
However the list
property is read-only, so the above code actually does nothing.
I guess this should be an exception to the heuristic for setting attributes.
Metadata
Assignees
Labels
No labels
Activity