Real question: how significant are the differences between VoiceOver for Safari on OS X vs iOS?
jonathantneal
Aug 25 00:13
@powrsurg I tested Windows-Eyes as well, which warns the user not to use Edge. I also tested Safari on OSX vs iOS and the results were the same. The interesting thing about Safari for iOS is that you swipe right to advance and you swipe left to go back, which felt a bit counterintuitive to me at first.
powrsurg
Aug 25 00:15
last I tested VoiceOver (on my ipod touch) it was skipping some stuff with overflow-y: auto
powrsurg
Aug 25 00:15
but that wasn't thorough testing, could have been a few other things
jonathantneal
Aug 25 00:17
http://webaim.org/projects/screenreadersurvey5/ - Windows Eyes seemed to be much lower on the totem poll, but it was the most consistent, producing the same result in IE11, Firefox 40, and Chrome 44.
powrsurg
Aug 25 00:21
yeah, it's not one of the major ones, but it's free if you have an MS Office installed
powrsurg
Aug 25 00:24
I literally forgot about SAToGo =/
MichielBijl
08:52
a11ywin: designer took an interest in accessibility!
@rodneyrehm@jonathantneal I stand completely corrected about access to MSEdge with third party Windows screen readers... Looks like NVDA 2015.3 has initial support :)
StommePoes
11:07
woohoo!
LjWatson
11:09
@StommePoes Indeed. This is a huge step forward. Huge props to Jamie and Mick at NVAccess for doing it.
StommePoes
11:12
I know they were constrained by a lot in edge tho so I'm assuming dstorey adn jacob rossi and those guys have well changed something to help, otherwise I think they were stuck
StommePoes
11:12
but it's definitely cool to see the FOSS guys ahead of FS :P
iandevlin
11:27
I keep forgetting about the existence of this place, which is poor form.
StommePoes
11:27
we have a word for that here: stout
StommePoes
11:27
dunno if it's the same in German?
iandevlin
11:34
a word for what?
StommePoes
11:35
for the "poor form" :D
iandevlin
11:36
Oh, no idea, to me, stout is either fat or a drink like Guinness!
StommePoes
11:37
haha
StommePoes
11:38
it's like when you tsk-tsk someone, or a child or puppy misbehaves, or it could mean mischievious... but usually it's just, bad you and your poor form :P
MichielBijl
11:43
@LjWatson did James ping you about the APG Wiki pages?
MichielBijl
11:50
I feel ashamed I only just found RFC 1766 and have always filled the lang attribute incorrectly :(
MichielBijl @MichielBijl sits down in the corner, tries not to cry; cries a lot
So anyone can make a PR if they start work on a code example (add their name to the 'code example' column).
jonathantneal
12:53
I currently have 14 combinations of screen readers available for testing with the latest VoiceOver, NVDA, JAWS, Windows Eyes, and ChromeVox. I’m working to document how I setup the tests, and I’ve put the results of some initial tests @ http://sandbox.thewikies.com/aria-tests/results.html
jonathantneal
12:54
I was mostly interested in what is read in different "hidden" text scenarios, but I’m hoping to expand the tests to include how labelledby and describedby are picked up.
jonathantneal
12:54
Or, if there are other common patterns you can think of, I’d be interested in testing them.
jonathantneal
13:15
@LjWatson thanks for the update on NVDA. I will see if I can test it later.
LjWatson
13:17
@MichielBijl Thanks. When I looked at it after the last call, I couldn't see a way to make a single file within a repo sync to a gh-pages branch.
LjWatson
13:17
Not sure if it's possible. I've only ever switched a repo to use gh-pages as master, not just a single component within the repo.
MichielBijl
14:00
@LjWatson I'm thinking we could just move it to a separate folder within the repo. Then we could reach it via gh-pages right?
MichielBijl
14:01
So translate it to html and we should be good to go. If you need any help; you know where to find me.
MichielBijl
14:02
Could do some styling or something.
powrsurg
14:50
does anyone know a service that can be used to create audio transcripts for audio that is obtained via getUserMedia?
powrsurg
14:56
We've got a tool users upload their own audio files via the mic. Got that all working ... would be good if we could somehow make it more accessible via having the a transcript automatically generated
@powrsurg Might be worth talking to 3Play Media? They have a captioning/transcription service, and it might have an API for integration into other services perhaps?
@aardrian@LjWatson NVDA 2015.3 has issues in Edge. It reads content in [aria-hidden="true"] and [hidden], but then fails to read content in [style="position: absolute; clip: rect(0 0 0 0) (the only time this test has failed in any scenario).
powrsurg
19:15
Maybe I'm misreading that, but it looks like that is more for calling generated transcripts through an API, and it looks to me like it requires video when we just need audio.
stevefaulkner
19:21
@jonathantneal edge is badly broken in accessibility support, NVDA does its best to work around the brokenness. I don't think it has been suggested that trying to support AT users on Edge is a practical proposition at this time. Microsoft has some serious work to do on implementation of its accessibility API...
jonathantneal
19:25
@stevefaulkner, so it’s safe to say that Edge is the least accessible browser ... at least of highly campaigned browsers?
jonathantneal
19:27
Is it really less accessible than, say, Internet Explorer 6?
powrsurg
19:28
Edge basically has most (all?) of the accessibility features of IE stripped from it, but has not finished on adding the new accessibility features they (say) they are working to add in
powrsurg
19:29
The list of features on the first platform update on the Edge dev blog does not mention any accessibility related features there either
stevefaulkner
19:30
Edge is largely a black hole in regards acc support its worse than IE but without the ability for AT to hack around its deficits, which IE allows
powrsurg
19:30
well, I guess you can say the oninvalid event handler is sort-of an accessibility improvement
Well, Internet Explorer 11 tested really great most of the time, so I hope it’s not a complete step back once the next few months of Edge updates are released.
stevefaulkner
20:21
IE sucks, but AT works around its suckiness by hacking the DOM, Edge does not provide API access to DOM for client software like IE does
cptvitamin
20:28
is there a way to use display:table without (some) screenreaders reporting the container as a table?
aardrian
20:29
Got into an interesting Twitter convo this morning about making Tumblr images more accessible. As Tumblr doesn't provide facility for alt text in photo posts, and requires HTML knowledge for images in text posts, does anyone have techniques they use? I have my own, but it's not ideal.
@kensgists I did not. I tried role=“region” to see if providing an explicit role would trump the one from CSS and that didn’t work. Let me try role=“presentation"
powrsurg
21:32
@stevefaulkner Opera has bad accessibility support? I would figure it would be close to Chrome
powrsurg
21:34
Just referring to a recent tweet
zakim-robot
21:35
[Karl Groves, a11y]@powrsurg everything Opera has WRT accessibility support it owes to Blink. Opera gave zero fucks about a11y.
stevefaulkner
21:35
In theory for blink clones yes, but opera does not claim any accessibility support or put any resources into support
stevefaulkner
21:36
As @karlgroves says but trying to be slightly more diplomatic 😁
powrsurg
21:37
Oh, I read that tweet as saying the browser had bad support (as in users of that browser would have a bad experience), not that the company had put little effort into things
stevefaulkner
21:41
I don't think that opera's acc it gets for free from blink implementation can be relied upon
stevefaulkner
21:42
But happy to be proven wrong
powrsurg
21:42
That's fair enough. I just assumed it was on par with Chrome and hadn't been running through tests in screen readers in Opera when I've run through things
powrsurg
21:43
guess that is one more thing to test
zakim-robot
22:03
[Marcy Sutton, a11y]@aardrian I add alt text manually in HTML for A11ywins, it suuuuucks
aardrian
22:09
@marcysutton Yeah, it really does suck. Was hoping someone had found a better way. Or an easier way.