-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit 229dd6e
fix(material/sort): remove role from header when disabled (#24477)
When the sort header is disabled, we make it non-interactive by clearing its `tabindex`, however it still has the `role="button"` which can throw off screen readers if it doesn't have text.
These changes also clear the `role` from the header if it's disabled.1 parent cf79308 commit 229dd6e
File tree
3 files changed
+9
-5
lines changed- src/material/sort
3 files changed
+9
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
15 | + | ||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 | - | ||
225 | + | ||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 | + | ||
240 | 241 |
| |
241 | 242 |
| |
242 | 243 |
| |
243 | 244 |
| |
244 | 245 |
| |
245 | 246 |
| |
246 | - | ||
247 | + | ||
248 | + | ||
247 | 249 |
| |
248 | 250 |
| |
249 | 251 |
| |
| |||
417 | 419 |
| |
418 | 420 |
| |
419 | 421 |
| |
420 | - | ||
422 | + | ||
421 | 423 |
| |
422 | 424 |
| |
423 | 425 |
| |
| |||
426 | 428 |
| |
427 | 429 |
| |
428 | 430 |
| |
429 | - | ||
431 | + | ||
432 | + | ||
433 | + | ||
430 | 434 |
| |
431 | 435 |
| |
432 | 436 |
| |
|
0 commit comments