@@ -602,29 +602,43 @@ const props = [
602
602
key : 'ariaLabel' ,
603
603
flavors : [ 'svg' ] ,
604
604
group : 'Accessibility' ,
605
- help : 'Main element aria-label.' ,
605
+ help : 'Main element [ aria-label](https://www.w3.org/TR/wai-aria/#aria-label) .' ,
606
606
type : 'string' ,
607
607
} ,
608
608
{
609
609
key : 'ariaLabelledBy' ,
610
610
flavors : [ 'svg' ] ,
611
611
group : 'Accessibility' ,
612
- help : 'Main element aria-labelledby.' ,
612
+ help : 'Main element [ aria-labelledby](https://www.w3.org/TR/wai-aria/#aria-labelledby) .' ,
613
613
type : 'string' ,
614
614
} ,
615
615
{
616
616
key : 'ariaDescribedBy' ,
617
617
flavors : [ 'svg' ] ,
618
618
group : 'Accessibility' ,
619
- help : 'Main element aria-describedby.' ,
619
+ help : 'Main element [ aria-describedby](https://www.w3.org/TR/wai-aria/#aria-describedby) .' ,
620
620
type : 'string' ,
621
621
} ,
622
622
{
623
623
key : 'barAriaLabel' ,
624
624
flavors : [ 'svg' ] ,
625
625
group : 'Accessibility' ,
626
- help : 'Aria label for bar items.' ,
627
- type : 'string | (bar) => string' ,
626
+ help : '[aria-label](https://www.w3.org/TR/wai-aria/#aria-label) for bar items.' ,
627
+ type : '(bar) => string' ,
628
+ } ,
629
+ {
630
+ key : 'barAriaLabelledBy' ,
631
+ flavors : [ 'svg' ] ,
632
+ group : 'Accessibility' ,
633
+ help : '[aria-labelledby](https://www.w3.org/TR/wai-aria/#aria-labelledby) for bar items.' ,
634
+ type : '(bar) => string' ,
635
+ } ,
636
+ {
637
+ key : 'barAriaDescribedBy' ,
638
+ flavors : [ 'svg' ] ,
639
+ group : 'Accessibility' ,
640
+ help : '[aria-describedby](https://www.w3.org/TR/wai-aria/#aria-describedby) for bar items.' ,
641
+ type : '(bar) => string' ,
628
642
} ,
629
643
]
630
644
0 commit comments