Skip to content

Commit 9ba998f

Browse files
khiga8JoyceZhu
andauthored
Update docs/rules/accessibility/aria-label-is-well-formatted.md
Co-authored-by: Joyce Zhu <[email protected]>
1 parent 2c893f8 commit 9ba998f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/accessibility/aria-label-is-well-formatted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Keep the following practices in mind:
88

99
- Use sentence case.
1010
- Do not kebab case the words like you would an HTML ID. An `aria-label` is different from `aria-labelledby`. An `aria-label` represents the name of a control, and has the same purpose as a visual label would for screen reader users. Therefore, it should be formatted as human-friendly text.
11-
- Do not use line-break characters like, `&#10;`. An accessible name should be concise to start with.
11+
- Do not use line-break characters like `&#10;`. An accessible name should be concise to start with.
1212
- Do not set the `aria-label` to a URL. Instead, use an appropriate name.
1313

1414
## Resources

0 commit comments

Comments
 (0)