-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dialog heading aria label #11524
Conversation
Co-authored-by: Zack Barett <[email protected]>
* Only upload wheels to PyPI (#11514) * Make sure we load data in update card (#11516) * Guard load diagnostics (#11518) * Design home - Fix GitHub Links (#11519) * Add filtering to system log card and error log card (#11166) Co-authored-by: Bram Kragten <[email protected]> * Handle unknown toggle state (#11522) * Fix dialog heading aria label (#11524) Co-authored-by: Zack Barett <[email protected]> * Use css to hide hint in quickbar (#11527) * Revert "Mobile click accessibility" (#11526) * Clear old src when disconnected so we can't fetch it with the wrong t… (#11528) * Add name of integration to diagnostics when more than 1 (#11523) * Bumped version to 20220203.0 Co-authored-by: Marc Mueller <[email protected]> Co-authored-by: Joakim Sørensen <[email protected]> Co-authored-by: Paulus Schoutsen <[email protected]> Co-authored-by: fpro1212 <[email protected]> Co-authored-by: Kuba Wolanin <[email protected]> Co-authored-by: Zack Barett <[email protected]>
You missed 5 files that don't use the
I normally suck at regex so I'm quite proud of that one 🪄 . |
I wish we could just set the heading as aria-label and not display it, if we would add |
Proposed change
Fixes the issue with dialog headers described here by @steverep : #10754 (comment)
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: