Viewing profile — robmc_
robmc_
HN member- Joined
- Thu, Feb 16, 2017, 3:29 PM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About robmc_
No profile information was provided.
Recent public activity
-
comment
Comment #19156808
Microsoft is doing some amazing things with regard to accessibility and innovation. They recently had a commercial air during the SuperBowl for their adaptive controllers highlight…
-
comment
Comment #18815595
Not only do you run the risk of offending users with disabilities by forcing a separate experience, this also creates a separate code base to maintain and often developers forget t…
-
comment
Comment #16545684
Chrome has made significant improvements but has several support issues when navigating the web using assistive technologies (ATs). The Lighthouse feature is good for looking at th…
-
comment
Comment #15442315
I'm not sure if his needs are more for magnification or of he needs something more so I've documented some information for different types of support. The built-in screen reader to…
-
comment
Comment #14523311
There is a surprising amount of misinformation in this article.
-
comment
Comment #14455555
Glad to see pa11y on the list. It has a nice UI and I would love to do more research about the tool and the automated checks it runs. I know visualizations are lacking from some ac…
-
comment
Comment #14402494
There are a ton of things to consider for overall accessibility however one thing developers can do with limited knowledge of accessibility concepts is to use the keyboard to inter…
-
comment
Comment #14079911
ARIA can provide things like accessible Name/State/Role/Value where it is not provided with custom controls. I think a better place to start would be understanding the requirements…
-
comment
Comment #13660704
There are several accessibility concerns with this. There are focus issues with the modals, the images don't provide a proper textual alternative, and more.