- Notifications
You must be signed in to change notification settings - Fork1k
Commit44d9356
authored
fix(site): remove redundant alt text to prevent duplicated accessible names (#19087)
## DescriptionRemoves the redundant `alt` text in the `Combobox` component to preventscreen readers from announcing duplicated names (e.g. "Rust Rust").## Changes* Remove redundant `alt` text from `Combobox` `ExternalImage`* Update `Combobox` tests accordinglyRelated to:#19063 (comment)1 parent4bced62 commit44d9356
File tree
2 files changed
+4
-7
lines changed- site/src/components/Combobox
2 files changed
+4
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
| 106 | + | |
108 | 107 |
| |
109 | 108 |
| |
110 | 109 |
| |
| |||
138 | 137 |
| |
139 | 138 |
| |
140 | 139 |
| |
141 |
| - | |
142 |
| - | |
| 140 | + | |
143 | 141 |
| |
144 |
| - | |
145 |
| - | |
| 142 | + | |
146 | 143 |
| |
147 | 144 |
| |
148 | 145 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
0 commit comments
Comments
(0)