TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Where's the fun in accessibility?

54 点作者 elisehein将近 3 年前

12 条评论

onion2k将近 3 年前
It&#x27;s good that the author is questioning how to make accessible content in ways that make the experience of using a site better for everyone, but it&#x27;s <i>incredibly</i> disappointing that they scattered the article with points saying (I&#x27;m paraphrasing) &quot;I&#x27;m not visually impaired so I can&#x27;t know what this is like!&quot;<p>You can know. Just talk to people who use assistive tech. Don&#x27;t <i>guess</i> at how to improve what you build. Hire a diverse team who know these problems because they encounter them. Hire consultants. Just reach out to your friends to find someone who&#x27;ll spare an hour of their time in return for a coffee - I guarantee that they&#x27;ll be amazed and so damn happy that you want to make your code work better for them.<p>Also, and this is <i>critical</i> for understanding why accessible software is worth building, you should also realise that making something accessible makes it better for everyone. Accessibility features like enabling keyboard navigation of an app improves the user experience for everyone who chooses to use that feature, not just for people who <i>need</i> that feature. I believe that if you think of adding accessible feature as &quot;enabling powerusers&quot; you stop finding excuses not to bother.
评论 #32210650 未加载
评论 #32211062 未加载
评论 #32212797 未加载
评论 #32211441 未加载
politelemon将近 3 年前
&gt; We’ve been taught that UX is not only about function, but about delight, whimsy, wit, and beauty.<p>Is this real? If this is really the case, it would explain why my observations of UX feel delightfully negative. There&#x27;s too much focus on themselves and not on the user.
评论 #32211456 未加载
评论 #32213031 未加载
rikroots将近 3 年前
For the first example - the Agency homepage with the playful mouse pointer interaction - I managed to get this working with a keyboard-controlled pointer. Controlling mouse via keyboard is a standard accessibility feature in both MacOS[1] and Windows[2].<p>I&#x27;ve never investigated this functionality before - which is shameful, as my main side project is a JS library targeted at making the HTML canvas element more accessible to users (like the author, I have no need for accessibility enhancements in my daily work or life). So I popped over to my library&#x27;s test&#x2F;demo page and followed the instructions for invoking pointer move&#x2F;press&#x2F;release&#x2F;etc actions via the keyboard. From my brief investigation, the actions seem to work as expected in those demos that test&#x2F;use pointer hover&#x2F;click interactions.[3]<p>Reports of shortcomings in my library, when it comes to accessibility issues, are always very welcome!<p>[1] - Control the mouse pointer using the keyboard in MacOS <a href="https:&#x2F;&#x2F;support.apple.com&#x2F;en-gb&#x2F;guide&#x2F;mac-help&#x2F;mh27469&#x2F;mac" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;en-gb&#x2F;guide&#x2F;mac-help&#x2F;mh27469&#x2F;mac</a><p>[2] - Control the mouse pointer using the keyboard in Windows <a href="https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;use-mouse-keys-to-move-the-mouse-pointer-9e0c72c8-b882-7918-8e7b-391fd62adf33" rel="nofollow">https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;use-mouse-keys-t...</a><p>[3] - Scrawl-canvas testing and demo page - <a href="https:&#x2F;&#x2F;scrawl-v8.rikweb.org.uk&#x2F;demonstrations" rel="nofollow">https:&#x2F;&#x2F;scrawl-v8.rikweb.org.uk&#x2F;demonstrations</a>
Theodores将近 3 年前
If your website is commercial in nature then it can help to get rid of the buzzwords such as &#x27;SEO&#x27; and &#x27;accessibility&#x27; to just think of putting the customer first.<p>In a real retail business, what would you do for customers that needed some type of assistance, whether reading labels or navigating the store? Hopefully you would help them out as needed with a customer first ethos and not treat them as &#x27;disabled&#x27;. If anything, their money is going to be yours quicker than with those &#x27;able bodied&#x27; customers because you have gone out of your way to help them.<p>Chipping away at the &#x27;accessibility&#x27; of a website, there is a long way to go before getting the &#x27;aria&#x27; properties right on every link. Text might be below the size Google deems &#x27;accessible&#x27;. Making that text big and chunky might upset designers who want the customer to be browsing by pictures not words. If you argue the case from an accessibility viewpoint they are imagining wheelchairs and they don&#x27;t see their customers that way. However, if you can argue &#x27;putting customers first&#x27; floats their boat. &quot;Won&#x27;t have text too small for Google&quot; and &quot;so the typical customer can read the text&quot; is still about accessibility but you are not using the &#x27;a&#x27; word.<p>For me the fun in accessibility is this word play, to persuade a wider team that has its own inertia and SEO religion to &#x27;put the customer first&#x27;.
评论 #32212663 未加载
SpicyLemonZest将近 3 年前
The author&#x27;s missing the fundamental tradeoff here. &quot;Alt text is notoriously difficult to get right and heavily dependent on context&quot; precisely <i>because</i> alt text is an assistive technology; you can&#x27;t rely on context-insensitive tools or your intuition as a sighted person who sees the entire website at a glance to understand whether some fun tweak to the alt text will make things harder for those who are relying on it. Unless you have the resources to focus group it, I don&#x27;t know how you could possibly be confident that adding a touch of whimsy to your accessible design isn&#x27;t causing problems.
josephpmay将近 3 年前
Something I’ve done sometimes is make the alt-text for images humorous, especially when the image is hard to describe. I’ve worried a bit though that screen-reader users might find these longer descriptions annoying
ximm将近 3 年前
I guess the issue is that visually we can scan a page and and experience many things at once. Also, there are many ways to move the mouse cursor from one position to the next. There is a lot to work with.<p>I am wondering whether there are similar mechanisms for non-visual, non-mouse contexts. I don&#x27;t think the solution is to add an endless stream of background noises to our websites. I fear the article is correct when it says:<p>&gt; This leaves the entire burden of branding on voice &amp; tone alone.
评论 #32212385 未加载
kazinator将近 3 年前
I don&#x27;t want &quot;fun&quot; in an online banking, government or other service website.<p>Animations may look like fun, until you&#x27;re in some slow remote desktop. I don&#x27;t want to be mesmerized by the way some dots move in response to the pointer; I want to know whether that bill got paid or whatever, or check the status of some application.<p>Bad accessibility is bad for everyone, not just people who are visually impaired.
wiz21c将近 3 年前
I had the opportunity to update an application for a blind person. It&#x27;s incredibly gratifying to know that after my work, someone who was excluded from using a software can now use it.<p>But in my experience, accessibility is the 100th bullet point on the to do list and most everyone agree that it&#x27;s the right place. It&#x27;s so true that in Europe, there&#x27;s now a law that force everybody to have accessibility.
MrYellowP将近 3 年前
I remember when &quot;accessibility&quot; was the buzzword for video game companies to destroy everything challenging and interesting in their games for the crowd who, and I&#x27;m phrasing this <i>nicely</i>, needed a much, much lower bar of entry.<p><i>Coincidentially</i> that crowd also has looser wallets.
vages将近 3 年前
Seems like the author is also the submitter. Shouldn’t it then be prefixed with “Show HN”?
评论 #32211597 未加载
r_hoods_ghost将近 3 年前
Oh look, a designer talking about accessibility... while using (on mobile at least) a lightweight, grey font for pull quotes, thus making it innaccesible for anyone who struggles with low contrast text, or is using a phone outside, or just has a shitty screen. Yes, it&#x27;s good to be able to share &quot;fun&quot; content with all your users, but you should probably cover the absolute basics first.