forked from w3c/aria-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vnurc
14 lines (14 loc) · 966 Bytes
/
.vnurc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Add regex filters for the Nu Validator error messages for proposed changes
# not yet added to the validator.
#
# Proposed, tracking in gh-429
Bad value “” for attribute “aria-activedescendant” on element “ul”:.*
# Ignoring for Slider examples because it is forcing rule with role=img
An “img” element with no “alt” attribute must not have a “role” attribute.
An “img” element with no “alt” attribute must not have any “aria-\*” attributes other than “aria-hidden”.
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
# Ignoring aria-posinset and aria-setsize on role row
Attribute “aria-posinset” not allowed on element “tr” at this point.
Attribute “aria-setsize” not allowed on element “tr” at this point.
# Ignoring role meter
Bad value “meter” for attribute “role” on element “div”.