I can't help myself sometimes, and I will turn on VoiceOver in some of the apps I use. I wish I had just not. So many applications have unlabeled buttons, and images. Just something simple, yet its just skipped. Ugh. #A11y#Accessibility
Hey that’s me!
Wanna learn how to build #A11y in the mobile dev lifecycle?? Or how to build automated #Accessibility testing with sustained results in your #Webdev teams?
Come check out both my talks at AccessU 2023!
#Inclusion#MobileDev
Quiz show time again! In which I aim for the most ridiculous heading ever for a technical article covering the topic of Non-Text Contrast: https://t.co/frdEcq2Oa2
#ally#WCAG
@jeremycorbyn@stevefaulkner It's nice to know that private firms .. give a shit (or give shit at least), even if it "pisses of" (or on), the public .. the pun possibilities are endless!
The latest release of iOS, macOS and tvOS has a great new #accessibility feature called Dim Flashing Lights. It will help mitigate potentially hazardous strobing light conditions in video. Check out the White Paper, APIs and sample code here: https://t.co/WVuG9Z4vfP
If you are a #iOSDev please take the time to do the following 3 things to ensure a more accessible app:
1) Use #a11y inspector and run an “audit”
2) Ensure enlarged text works properly (not cut off text)
3) Use semantic elements, if you can’t ensure proper traits are applied
I find that web developers need to implement inputmode more often (to customize virtual keyboard for phone, email, etc). Hey Safari, why don't you support it?! https://t.co/HdaOcXVQe7 #safari#browsers#html#forms#usability
Today the search element landed in the HTML spec
(and subsequently the ARIA in HTML and HTML AAM specs too)
but hey, maybe reading/keeping track of specs is not how you spend your time.
Good for you, btw.
So here's a quick intro to the search element
https://t.co/1hrxSDOTBC
@scottohara@SaraSoueidan When I read the spec I noticed that <menu> is still in there, lol. At least we can use <search> with role="search" for now.