Reading List
Positioning notification messages with accessibility in mind from Christian Heilmann RSS feed.
Positioning notification messages with accessibility in mind
Sometimes you want to notify a user that something has happened in your application. To be as inclusive as possible, it is important to display these notifications close to where the action happened. Here is how to do that with plain javascript. When something happens in an application that has no direct visual outcome, it […]