You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request/Accessibility: Meaningful aria-label for search icon
Currently, there doesn't seem to be an easy way of adding an aria-label to the search icon of a Quarto website, which makes it difficult for screen readers to locate.
For example, when I use Google Chrome's Lighthouse accessibility check on quarto.org, I get the following reports in relation to the search icon:
It would be nice if it was possible, like with other navbar icons, to add an aria-label to the search icon, like with other navbar icons like so:
@signekb, thanks for opening an issue! This repo is for our VS Code Extension, and your issue applies to the CLI. We already have an issue open for this problem: quarto-dev/quarto-cli#678. Feel free to chime in there with additional details.
Feature Request/Accessibility: Meaningful aria-label for search icon
Currently, there doesn't seem to be an easy way of adding an aria-label to the search icon of a Quarto website, which makes it difficult for screen readers to locate.
For example, when I use Google Chrome's Lighthouse accessibility check on quarto.org, I get the following reports in relation to the search icon:
It would be nice if it was possible, like with other navbar icons, to add an aria-label to the search icon, like with other navbar icons like so:
Alternatively, it would be even nicer, if a meaningful aria-label like "Search" was added by default.
The text was updated successfully, but these errors were encountered: