1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/content/notes/borrowing-from-big-players.md
2023-12-05 21:50:18 -08:00

12 lines
1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Borrowing from big players"
date: 2022-11-02T15:02:18-07:00
replyURI: "https://adrianroselli.com/2020/03/i-dont-care-what-google-or-apple-or-whomever-did.html"
replyTitle: "I Dont Care What Google or Apple or Whoever Did"
replyType: "BlogPosting"
replyAuthor: "Adrian Roselli"
replyAuthorURI: "https://adrianroselli.com/"
---
Large organizations' choices influence my decisions in only one way: by telling me what users are familiar with. For instance: when building a search-results page, it might make sense to borrow the basic semantics of existing search engines (Google, Bing, etc.) so the interface is familiar.
It doesn't make sense to blatantly violate WCAG (especially at the "A" level!) just because big companies do. The companies you cite know they won't get sued over link underlines, even though removing them without replacement is an accessibility hazard. Every time someone jumps onto Flutter because Google said it's accessible, I feel tempted to file [yet another accessibility issue](https://github.com/flutter/flutter/issues/94965).