From 3632ab0bc12f587bec693c9bd768066e9c1a6ad2 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 14 Apr 2022 22:51:21 -0700 Subject: [PATCH] Cleanup: remove redundant link, word break Some browsers don't break words with hyphens. --- content/posts/website-best-practices.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index d5d403d..081d8aa 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -333,9 +333,7 @@ One example is pagination. It's easier to download one long article ahead of tim Another common offender is infinite-scrolling. In addition to requiring JavaScript, infinite-scrolling also makes it difficult for readers to find their old place upon re-visiting a page. This creates harsh consequences for accidental navigation. WordPress documentation [lists more problems](https://make.wordpress.org/accessibility/handbook/markup/infinite-scroll/)[^6].
- {{< picture name="infinite_scrolling" alt="Comic: if books had infinite-scroll, we'd have to turn pages carefully or risk losing the page. Transcript in caption.">}} -
Infinite-scrolling means that accidentally navigating to a link will result in losing your place. Source: [xkcd](https://xkcd.com/1309/). Transcript [on the "explain xkcd" wiki](https://explainxkcd.com/1309/#Transcript). @@ -984,8 +982,8 @@ Increasing the line-spacing a bit will make tap targets larger and improve compr The WAI's Cognitive and Learning Disabilities Accessibility Task Force [recommends changing this Success Criterion's level](https://w3c.github.io/coga/extension/#changedlevels), finding it too important to be relegated to AAA status. -Non-browsers: reading mode --------------------------- +Non-browsers: reading mode {#non-browsers-reading-mode} +------------------------------- Fully standards-compliant browsers aren't the only programs people use. They also use "reading mode" tools and services.