You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).The text was updated successfully, but these errors were encountered: