HTML Inspector is a code quality tool to help you and your team write better markup. It's written in JavaScript and runs in the browser, so testing your HTML has never been easier.
2.32k
stars
145
forks
source link
"'autocomplete' is not a valid attribute of the <button> element." #68
This is a common workaround for a certain Firefox oddity where
<button>
s remember theirdisabled
state when using the back button and therefore should be ignored.