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 trial

Python Flask Basics Character Builder Flash Messages

Do we need to add some kind of aria role to this so screenreader users know the flash has been added?

I'm not 100% sure on aria stuff. I guess as it's creating actual HTML then a screenreader user would come across it when they refresh so it wouldn't need one. Maybe we could add a heading for the messages if there are any? That way if someone's skipping through content by heading they'd know it was there, I guess.