Closed
Description
In reviewing how our elements' design relates to the Web Platform Design Principles, we're told to ensure consistency of attribute use with existing attributes of the same name.
We should review checked
to ensure some consistency with the API of the <input checked>
attribute. That said, our use of checked is a bit different from that of <input>
, but it does have similar UI implications.
The checked
attribute seems to be one of the few counterpatterns that is listed that should not be kept in sync with the IDL attribute (property).
Metadata
Metadata
Assignees
Labels
No labels