Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c893f8

Browse filesBrowse files
khiga8JoyceZhu
andauthored
Update docs/rules/accessibility/aria-label-is-well-formatted.md
Co-authored-by: Joyce Zhu <joycezhu@github.com>
1 parent c1f8175 commit 2c893f8
Copy full SHA for 2c893f8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: docs/rules/accessibility/aria-label-is-well-formatted.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Keep the following practices in mind:
88

99
- Use sentence case.
10-
- 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 purpsoe as a visual label would for screen reader users. Therefore, it should be formatted as human-friendly text.
10+
- 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.
1111
- 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.