We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45a081 commit d03a7b6Copy full SHA for d03a7b6
core/src/components/action-sheet/test/a11y/index.html
@@ -76,7 +76,7 @@ <h1>Action Sheet - A11y</h1>
76
{
77
text: 'Close',
78
htmlAttributes: {
79
- ariaLabel: 'close button',
+ 'aria-label': 'close button',
80
'aria-labelledby': 'close-label',
81
},
82
@@ -93,7 +93,7 @@ <h1>Action Sheet - A11y</h1>
93
text: 'Cancel',
94
role: 'cancel',
95
96
- ariaLabel: 'cancel button',
+ 'aria-label': 'cancel button',
97
'aria-labelledby': 'cancel-label',
98
99
0 commit comments