diff --git a/src/guide/best-practices/accessibility.md b/src/guide/best-practices/accessibility.md index 03bfc700..f6633c29 100644 --- a/src/guide/best-practices/accessibility.md +++ b/src/guide/best-practices/accessibility.md @@ -169,7 +169,7 @@ Provide labels to describe the purpose of all form control; linking `for` and `i -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)