H36: Using alt attributes on images used as submit buttons
HTML Snippet | Code |
---|---|
Scenario 1: Input type image button without alt attribute | |
|
|
Scenario 2: Input type image button with empty alt attribute | |
|
|
Scenario 3: Input type image button with invalid alternative text | |
|
|
Scenario 4: Input type image button with empty aria-label | |
|
|
Scenario 5: Input type image button with invalid aria-label | |
|
|
Scenario 6: Input type image button with aria-labelledby null reference | |
submit |
submit |
Scenario 7: Input type image button with aria-labelledby invalid reference | |
submit |
_7
submit |
Scenario 8: Input type image button with empty title | |
|
|
Scenario 9: Input type image button with invalid title | |
|
|