File tree Expand file tree Collapse file tree 2 files changed +61
-9
lines changed Expand file tree Collapse file tree 2 files changed +61
-9
lines changed Original file line number Diff line number Diff line change 4482
4482
"abstract" : false ,
4483
4483
"accessibleNameRequired" : false ,
4484
4484
"childrenPresentational" : false ,
4485
- "nameFrom" : [],
4486
- "prohibitedProps" : [],
4487
- "props" : [],
4488
- "relatedConcepts" : [],
4485
+ "nameFrom" : [" prohibited" ],
4486
+ "prohibitedProps" : [" aria-label" , " aria-labelledby" ],
4487
+ "props" : [
4488
+ " aria-atomic" ,
4489
+ " aria-busy" ,
4490
+ " aria-controls" ,
4491
+ " aria-current" ,
4492
+ " aria-describedby" ,
4493
+ " aria-details" ,
4494
+ " aria-dropeffect" ,
4495
+ " aria-flowto" ,
4496
+ " aria-grabbed" ,
4497
+ " aria-hidden" ,
4498
+ " aria-keyshortcuts" ,
4499
+ " aria-live" ,
4500
+ " aria-owns" ,
4501
+ " aria-relevant" ,
4502
+ " aria-roledescription"
4503
+ ],
4504
+ "relatedConcepts" : [
4505
+ {
4506
+ "concept" : {
4507
+ "attributes" : [
4508
+ {
4509
+ "name" : " alt" ,
4510
+ "value" : " "
4511
+ }
4512
+ ],
4513
+ "name" : " img"
4514
+ },
4515
+ "module" : " HTML"
4516
+ }
4517
+ ],
4489
4518
"requiredContextRole" : [],
4490
4519
"requiredOwnedElements" : [],
4491
4520
"requiredProps" : [],
4492
- "superClass" : []
4521
+ "superClass" : [" structure " ]
4493
4522
},
4494
4523
"note" : {
4495
4524
"abstract" : false ,
Original file line number Diff line number Diff line change @@ -6,15 +6,38 @@ const noneRole: ARIARoleDefinition = {
6
6
accessibleNameRequired : false ,
7
7
baseConcepts : [ ] ,
8
8
childrenPresentational : false ,
9
- nameFrom : [ ] ,
10
- prohibitedProps : [ ] ,
9
+ nameFrom : [
10
+ 'prohibited' ,
11
+ ] ,
12
+ prohibitedProps : [
13
+ 'aria-label' ,
14
+ 'aria-labelledby' ,
15
+ ] ,
11
16
props : { } ,
12
- relatedConcepts : [ ] ,
17
+ relatedConcepts : [
18
+ {
19
+ concept : {
20
+ attributes : [
21
+ {
22
+ name : 'alt' ,
23
+ value : '' ,
24
+ } ,
25
+ ] ,
26
+ name : 'img' ,
27
+ } ,
28
+ module : 'HTML' ,
29
+ } ,
30
+ ] ,
13
31
requireContextRole : [ ] ,
14
32
requiredContextRole : [ ] ,
15
33
requiredOwnedElements : [ ] ,
16
34
requiredProps : { } ,
17
- superClass : [ ] ,
35
+ superClass : [
36
+ [
37
+ 'roletype' ,
38
+ 'structure' ,
39
+ ] ,
40
+ ] ,
18
41
} ;
19
42
20
43
export default noneRole ;
You can’t perform that action at this time.
0 commit comments