Removing Semantics using Presentation 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. Intended use of role=presentation To a screen reader, the following is no paragraph anymore, and as such cannot be navigated to by pressing the P key: Working example This is a real…