Details
-
Bug
-
Resolution: Fixed
-
Major
-
4.3-rc-1
-
None
-
Unit
-
Easy
-
N/A
-
N/A
-
Description
Dutch Web Guidelines ask for a form to have at least one submit button. A submit button can be implemented in 3 ways:
- input with type=submit
- input with type=image
- button with type=submit
Our validator is currently checking only for input elements.