-
Notifications
You must be signed in to change notification settings - Fork 477
Expand file tree
/
Copy path.vnurc
More file actions
36 lines (36 loc) · 2.68 KB
/
Copy path.vnurc
File metadata and controls
36 lines (36 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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”.
# https://github.com/w3c/aria-practices/issues/1675
The “type” attribute is unnecessary for JavaScript resources.
# https://github.com/w3c/aria-practices/issues/1676
The “row” role is unnecessary for element “tr”.
# https://github.com/w3c/aria-practices/issues/1677
Attribute “aria-activedescendant” value should either refer to a descendant element, or should be accompanied by attribute “aria-owns”.
# https://github.com/w3c/aria-practices/issues/1678
Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.
# https://github.com/validator/validator/issues/1096
Bad value “none” for attribute “role” on element “svg”.
Bad value “presentation” for attribute “role” on element “svg”.
# https://github.com/validator/validator/issues/1122
Element “input” is missing required attribute “aria-checked”.
# https://github.com/w3c/aria-practices/issues/3070
Attribute “aria-actions” not allowed on element “button” at this point.
# https://github.com/w3c/aria-practices/issues/3265
Element “search” not allowed as child of element “div” in this context.*
# https://github.com/validator/validator/issues/1364
The “role” attribute must not be used on a “td” element which has a “table” ancestor with no “role” attribute, or with a “role” attribute whose value is “table”, “grid”, or “treegrid”.
The “role” attribute must not be used on a “tr” element which has a “table” ancestor with no “role” attribute, or with a “role” attribute whose value is “table”, “grid”, or “treegrid”.
# https://github.com/w3c/aria-practices/issues/3215
Bad value “image” for attribute “role” on element “svg”.