Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJason Neel
11,073 PointsTip: Accessibility Audit
This is not really a question, but rather a tip, which I believe is covered in another Treehouse course: While not a default audit available in the Chrome Audit tab, installing the Chrome Accessibility Developer Tools (from the Chrome Web Store: https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb) will give you an Accessibility Audit. This is very handy to have, as it will look over a specified web page for contrast issues, clear link text, missing alt attributes on images, proper labelling on control elements, and much more. A very handy audit to have in your toolbox.
1 Answer
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsDidn't know this existed, used it on a site I'm building and found a missing label.
Thanks for sharing! :)
Jason Neel
11,073 PointsJason Neel
11,073 PointsExcellent!