Can the label tags for attribute be associated with a normal div?
Not according to the spec: Some elements, not all of them form-associated, are categorized as labelable elements. These are elements that can be associated with a label element. “button” “input” (if the type attribute is not in the hidden state) “keygen” “meter” “output” “progress” “select” “textarea” http://www.w3.org/TR/html5/forms.html#category-label See also: The for attribute may be specified … Read more