Marking an Element as Current using aria-current
ARIA provides an attribute which allows to mark an element in a set of elements as the current one. It works pretty uniformly in modern browsers and screen readers. Still, for most situations there exist alternative techniques that are more robust. In modern web applications there are often situations where the user needs to know…