If you’re at all involved in web development and concerned with accessibility, there’s a good chance you saw one or more articles recently debating the idea of adding a native way to visually hide elements in the DOM without removing them from the accessibility tree. It kicked off when TPGi published a breakdown of the .visually-hidden class and my friend Ben published an article suggesting that accessibility on the web might benefit from having a native, spec’d mechanism to do this. Th...