From ee498b97459785222469d1988629bcdb6d95c547 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 5 May 2022 20:39:23 -0700 Subject: [PATCH] Fix broken link --- content/posts/website-best-practices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index 02e82b8..70d3be5 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -1029,7 +1029,7 @@ For now, I've decided to keep some indentation on list elements (`
    `, `
    `, Readers with hand tremors depend on this space to scroll without accidentally selecting an interactive element; Axess Lab described the issue in {{}}. Readers who double-tap to jump or zoom can't do so if there's no screen region that's "safe to tap". Having clearly distinguished links also helps users decide safe places to tap the screen; see the [section on link underlines](#in-defense-of-link-underlines) for more information. -Always make sure one non-interactive region exists on the screen at a time, 48 CSS pixels in either dimension; that's the size of a [tap target](#tap-target). +Always make sure one non-interactive region exists on the screen at a time, 48 CSS pixels in either dimension; that's the size of a [tap target](#google-tap-target).
    {{}} @@ -1042,7 +1042,7 @@ Interactive content should be separated by non-interactive regions, such as whit Tap targets should be at least 44 pixels tall and wide [according to the WCAG](https://www.w3.org/TR/WCAG22/#target-size-enhanced); this is large enough to easily tap on a touch­screen. The WCAG makes an exception for inline targets, like links in a paragraph. -[Google has more aggressive tap-target recommen­dations](https://web.dev/tap-targets/): it recommends raising the limit 48 px with with 8 px gaps, going so far as to make tap target size a ranking factor in search. +[Google has more aggressive tap-target recommen­dations](https://web.dev/tap-targets/ "{id='google-tap-target'}"): it recommends raising the limit 48 px with with 8 px gaps, going so far as to make tap target size a ranking factor in search. On lists without visible bullets, I dropped the default indentation. I had to find other ways to ensure adequate tap-target size and provide sufficient non-interactive space for readers with hand-tremors to scroll. Some examples: