Skip to content

Commit 1a22cf8

Browse files
eschuthoclaude
andcommitted
fix(loading): add aria-label for accessibility
Add aria-label to loading spinner image for screen reader accessibility while keeping empty alt text to prevent fallback display if image fails to load. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7e44735 commit 1a22cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

superset/templates/superset/spa.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<img
101101
src="{{ tokens.brandSpinnerUrl }}"
102102
alt=""
103+
aria-label="Loading"
103104
style="{{ spinner_style }}"
104105
/>
105106
{% endif %}

0 commit comments

Comments
 (0)