From 3061b83386c72d5f927d2b0441c23a11f4611781 Mon Sep 17 00:00:00 2001 From: Annie Streater <12902836+streats@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:01:05 +0000 Subject: [PATCH] Update accessibility note for octicons (#34129) Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --- contributing/content-markup-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/content-markup-reference.md b/contributing/content-markup-reference.md index b82de660560d..656b8695bf3e 100644 --- a/contributing/content-markup-reference.md +++ b/contributing/content-markup-reference.md @@ -85,7 +85,7 @@ You can also add a header that includes the name of the language and a button to ## Octicons -Octicons are icons used across GitHub’s 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 GitHub’s 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