ibaker
Well-known member
In the process of cleaning up some loose ends on my site and when I validated it I came up with an error for checked="checked"
I use it to have the remember me check box ticked for all users so in the login-bar-form template I have hidden the check box and made it default checked:
However when I validate the error says:
Attribute checked not allowed on element input at this point.
Can anyone advise how to fix?
As a side note I am finding a lot of small errors in the validation of the core templates:
I use it to have the remember me check box ticked for all users so in the login-bar-form template I have hidden the check box and made it default checked:
Code:
<input type="hidden" name="remember" value="1" id="ctrl_remember" tabindex="103" checked="checked" />
However when I validate the error says:
Attribute checked not allowed on element input at this point.
Can anyone advise how to fix?
As a side note I am finding a lot of small errors in the validation of the core templates: