forked from w3c/aria-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vnurc
14 lines (14 loc) · 806 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
Element “img” is missing required attribute “alt”.
# 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”.
# Deleted Section Archive
The “longdesc” attribute on the “img” element is obsolete. Use a regular “a” element to link to the description.