Removing a Link’s Role
ARIA provides a role which removes the inherent semantics of an element. While this works in most browsers and screen readers, it is rarely needed. Using role=presentation on a link Using role=”presentation”, only the role of an element’s is removed. Any other inherent feature will remain untouched. For example, a link with role=”presentation” neither will be announced as…