Skip to content

Commit

Permalink
typo: Chrome should be capitalized (#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 26, 2024
1 parent 21cd803 commit 4976d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/best-practices/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Provide labels to describe the purpose of all form control; linking `for` and `i

<!-- <common-codepen-snippet title="Form Label" slug="XWpaaaj" :height="265" tab="js,result" theme="light" :preview="false" :editable="false" /> -->

If you inspect this element in your chrome developer tools and open the Accessibility tab inside the Elements tab, you will see how the input gets its name from the label:
If you inspect this element in your Chrome DevTools and open the Accessibility tab inside the Elements tab, you will see how the input gets its name from the label:

![Chrome Developer Tools showing input accessible name from label](./images/AccessibleLabelChromeDevTools.png)

Expand Down

0 comments on commit 4976d7d

Please sign in to comment.