This article on HTML5 abbr attribute is part of the series of articles we want to post on HTML5 attributes and elements that impact accessibility. If you have not read have a look at our accesskey article. HTML5 abbr is an attribute, do not get confused with the abbr element. The abbr element used to […]
HTML
Chapter 2: Accesskey
HTML5 accesskey attribute can be assigned to any focusable or actionable element on the page. The HTML5 accesskey attribute’s value is used by the user agent as a guide for creating a keyboard shortcut that activates or focuses the element. An accesskey helps users with motor disabilities in activating the element. It also helps the […]
Toast Message ! Is it accessible?
What is a toast A toast message is a non modal that appears on the screen for few seconds and auto expires. The toast message shares an alert containing a message to the user. For example: In an email client, once you hit the send button the toast message can be “says Sending the message” […]