1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update accessibility note for octicons (#34129)

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This commit is contained in:
Annie Streater
2023-01-31 13:01:05 +00:00
committed by GitHub
parent bbb902863a
commit 3061b83386

View File

@@ -85,7 +85,7 @@ You can also add a header that includes the name of the language and a button to
## Octicons ## Octicons
Octicons are icons used across GitHubs interface. We reference Octicons when documenting the user interface. Find the name of the Octicon on the [Octicons site](https://primer.style/octicons). For accessibility purposes, use [the `aria-label` option](https://primer.style/octicons/packages/javascript#aria-label) to describe the Octicon. Octicons are icons used across GitHubs interface. We reference Octicons when documenting the user interface. Find the name of the Octicon on the [Octicons site](https://primer.style/octicons). For accessibility purposes, use [the `aria-label` option](https://primer.style/octicons/packages/javascript#aria-label) to describe the meaning of the Octicon, not its visual characteristics. For example "Required", not "Check mark."
### Usage ### Usage