philipwalton / html-inspector

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

Open Herst opened 7 years ago

Herst commented 7 years ago

This is a common workaround for a certain Firefox oddity where <button>s remember their disabled state when using the back button and therefore should be ignored.