Skip to content

Commit e868c31

Browse files
add note (#1821)
1 parent 3c989af commit e868c31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_rules/button-non-empty-accessible-name-97a4e1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Each target element has an [accessible name][] that is not empty (`""`).
4242

4343
## Background
4444

45+
This rule considers an exception for "image buttons" (i.e., `input` elements with a `type` [attribute value] of `image`). Image buttons failing this rule would fail [Success Criterion 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value) and [Success Criterion 1.1.1](https://www.w3.org/WAI/WCAG21/Understanding/non-text-content) which is not part of the accessibility requirements for this rule.
46+
4547
### Related rules
4648

4749
- [Image button has non-empty accessible name](https://act-rules.github.io/rules/59796f)

0 commit comments

Comments
 (0)