HTML validation
-
Great plugin! I have a couple of minor issues that have come up regarding the HTML validation.
First is that I use the micro css setting and had to change:
linear-gradient(top
to:
linear-gradient(to top
The second and third are a little more involved and didn’t want to change the plugin files just yet:
Error: Bad value website for attribute autocomplete on element input: The string website is not a valid autofill field name.
From line 17, column 7126; to line 17, column 7265
e</label> <input id=”cfx-website” name=”cfx-website” type=”text” value=”” size=”50″ maxlength=”100″ placeholder=”Your Website” autocomplete=”website”></fiel
Error: Bad value subject for attribute autocomplete on element input: The string subject is not a valid autofill field name.
From line 17, column 7618; to line 17, column 7758
t</label> <input id=”cfx-subject” name=”cfx-subject” type=”text” value=”” size=”50″ maxlength=”100″ placeholder=”Email Subject” autocomplete=”subject”></fiel
I think that the above “website” value needs to be “url”.
So just some little updates might be needed, I can change myself but I would rather you give direction.
Thank you!
- The topic ‘HTML validation’ is closed to new replies.