From 83fbb8ca743eb90bd5b6120513381e067649439c Mon Sep 17 00:00:00 2001 From: Robert Mennell Date: Sun, 20 Oct 2019 22:14:27 -0700 Subject: [PATCH] Remove a link that has become dangerous While it may have originally been innocuous, it is now leading to a scam click site --- snippets/offscreen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/offscreen.md b/snippets/offscreen.md index e29305075..dfbc34b7a 100644 --- a/snippets/offscreen.md +++ b/snippets/offscreen.md @@ -6,7 +6,7 @@ tags: layout, visual A bulletproof way to completely hide an element visually and positionally in the DOM while still allowing it to be accessed by JavaScript and readable by screen readers. This method is very useful for accessibility ([ADA](https://adata.org/learn-about-ada)) development when more context is needed for visually-impaired users. As an alternative to `display: none` which is not readable by screen readers or `visibility: hidden` which takes up physical space in the DOM. ```html - + Learn More about pants ```