Would there be any negative impact on my code if the ’ for’ attribute on my ‘label’ element is written in lowercase when the value of the ‘label’ element is initial caps?
For example:
… it is often considered best practice to set a for
attribute on the label
element, with a value that matches the value of the id
attribute of the input
element. This allows assistive technologies to create a linked relationship between the label and the related input
element.