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 4402
4402
"abstract" : false ,
4403
4403
"accessibleNameRequired" : false ,
4404
4404
"childrenPresentational" : false ,
4405
- "nameFrom" : [],
4406
- "prohibitedProps" : [],
4407
- "props" : [],
4408
- "relatedConcepts" : [],
4405
+ "nameFrom" : [" prohibited" ],
4406
+ "prohibitedProps" : [" aria-label" , " aria-labelledby" ],
4407
+ "props" : [
4408
+ " aria-atomic" ,
4409
+ " aria-busy" ,
4410
+ " aria-controls" ,
4411
+ " aria-current" ,
4412
+ " aria-describedby" ,
4413
+ " aria-details" ,
4414
+ " aria-dropeffect" ,
4415
+ " aria-flowto" ,
4416
+ " aria-grabbed" ,
4417
+ " aria-hidden" ,
4418
+ " aria-keyshortcuts" ,
4419
+ " aria-live" ,
4420
+ " aria-owns" ,
4421
+ " aria-relevant" ,
4422
+ " aria-roledescription"
4423
+ ],
4424
+ "relatedConcepts" : [
4425
+ {
4426
+ "concept" : {
4427
+ "attributes" : [
4428
+ {
4429
+ "name" : " alt" ,
4430
+ "value" : " "
4431
+ }
4432
+ ],
4433
+ "name" : " img"
4434
+ },
4435
+ "module" : " HTML"
4436
+ }
4437
+ ],
4409
4438
"requiredContextRole" : [],
4410
4439
"requiredOwnedElements" : [],
4411
4440
"requiredProps" : [],
4412
- "superClass" : []
4441
+ "superClass" : [" structure " ]
4413
4442
},
4414
4443
"note" : {
4415
4444
"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