HTML Checking for Large Sites
Rocket Validator automatically checks your pages on the W3C Validator.
HTML issues tagged as nope.
The correct way to disable autocomplete
is using the value off
.
Example:
<form autocomplete="off">
Learn more:
The correct way to disable autocomplete
is using the value off
.
Example:
<input type="text" name="firstName" id="firstName" required autocomplete="off" />
Learn more:
When was the last time you validated your whole site?
Keep your sites healthy checking for A11Y/HTML issues on an automated schedule.