-
Notifications
You must be signed in to change notification settings - Fork 746
Closed
Labels
Description
gh-3971 generalized the specification's references to "form controls" to simply "controls". However, neither term has a precise definition in either CSS or HTML. This is particularly hazardous because the term "control" may be interpreted to involve interactivity, but (as noted in gh-3971) it is actually intended to include non-interactive elements like <meter>
.
bkardell and sideshowbarker