File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,11 @@ Attribute “aria-posinset” not allowed on element “tr” at this point.
12
12
Attribute “aria-setsize” not allowed on element “tr” at this point.
13
13
# Ignoring role meter
14
14
Bad value “meter” for attribute “role” on element “div”.
15
+ # https://github.com/w3c/aria-practices/issues/1675
16
+ The “type” attribute is unnecessary for JavaScript resources.
17
+ # https://github.com/w3c/aria-practices/issues/1676
18
+ The “row” role is unnecessary for element “tr”.
19
+ # https://github.com/w3c/aria-practices/issues/1677
20
+ Attribute “aria-activedescendant” value should either refer to a descendant element, or should be accompanied by attribute “aria-owns”.
21
+ # https://github.com/w3c/aria-practices/issues/1678
22
+ Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.
Original file line number Diff line number Diff line change 8
8
< link href ="css/bootstrap-accessibility.css " rel ="stylesheet " media ="screen "/>
9
9
< link href ="css/visua11y.css " rel ="stylesheet " media ="screen "/>
10
10
< link href ="css/common.css " rel ="stylesheet " media ="screen "/>
11
- < style type =" text/css " >
11
+ < style >
12
12
label ,
13
13
input [type = submit ] {
14
14
display : block;
Original file line number Diff line number Diff line change 24
24
< li > < a href ="../../#radiobutton "> Design Pattern</ a > </ li >
25
25
</ ul >
26
26
</ nav >
27
- < main role =" main " >
27
+ < main >
28
28
< h1 > Radio Group Example Using aria-activedescendant</ h1 >
29
29
< p >
30
30
This example implements the features of the < a href ="../../#radiobutton "> Radio Group Design Pattern</ a >
Original file line number Diff line number Diff line change 24
24
< li > < a href ="../../#radiobutton "> Design Pattern</ a > </ li >
25
25
</ ul >
26
26
</ nav >
27
- < main role =" main " >
27
+ < main >
28
28
< h1 > Radio Group Example Using Roving tabindex</ h1 >
29
29
< p >
30
30
This example implements the features of the < a href ="../../#radiobutton "> Radio Group Design Pattern</ a >
Original file line number Diff line number Diff line change 19
19
"regression" : " ava --timeout=1m" ,
20
20
"regression-report" : " node test/util/report" ,
21
21
"test" : " npm run lint && npm run regression" ,
22
- "vnu-jar" : " java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only -- filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html examples/" ,
22
+ "vnu-jar" : " java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html examples/" ,
23
23
"create-gh-project" : " node ./scripts/create-gh-project.js" ,
24
24
"postinstall" : " husky install" ,
25
25
"prepublishOnly" : " pinst --disable" ,
You can’t perform that action at this time.
0 commit comments