StommePoes @StommePoes waves somewhat wildly at nobody in particular. I'm in good health, don't worry.
stevefaulkner
12:27
@alice closed the fieldset/legend bug after James Craig provided info (and i updated spec), if its not enough ping me :-)
StommePoes
15:19
So there are some ideas for making icons available to Windows High Contrast. Are there ideas for making SVGs switch their colours for WHC?
StommePoes
15:20
Otherwise it's looking like a lot of Javascript to manually manipulate attributes in the DOM.
zakim-robot
15:25
[alice]@stevefaulkner James' response seems to suggest that they expose the Legend as description rather than name?
stevefaulkner
15:27
@alice yeah it gets exposed as AXDescription, but AX mappings are funky
stevefaulkner
15:28
@alice will do some testing to see how it is affected by aria-label etc
zakim-robot
15:29
[alice]@stevefaulkner Thanks!
zakim-robot
15:29
[alice] I guess - does it get exposed as name as well?
zakim-robot
15:29
[alice] I can easily check on Mac..
stevefaulkner
15:46
@alice so using this test page http://codepen.io/stevef/pen/VvVVvz latest safari/mac
legend only = AXDescription
aria-label+legend = AXDescription from label, legend dropped
aria-label+legend used as describedby = AXDescription from label, AXHelp from legend
stevefaulkner
15:46
@alice so AXDescription in this case = accname
zakim-robot
16:05
[alice]@stevefaulkner I see, thanks!
zakim-robot
16:05
[alice] Is there some advice somewhere to expose the accname as AXDescription on mac?
[jamesn]@car: yes exactly that. Would really help not just for web components.
zakim-robot
17:07
[car]@jamesn: for now, we just have to do what we can. :)
zakim-robot
17:07
[jamesn]@car:
zakim-robot
17:07
[artistic_abode] Does anyone else have a hard time using the 3 finger swipe that is required to scroll on iOS with VoiceOver? I get so frustrated, it's nearly impossible for me to get 3 fingers to touch the screen at once and swipe. Any advice?
zakim-robot
17:07
[jamesn]@car: Yep
zakim-robot
17:09
[car]@artistic_abode: maybe (not sure) if you orient the screen landscape, it might be easier?
zakim-robot
17:13
[artistic_abode] It is a little easier that way. Still more difficult than TalkBack on Android that only requires 2 fingers though. It would be awesome if you could change the gesture. 3 fingers is a lot to ask for, what if you were missing an index finger or something. the more different in length the fingers are the harder it is to get them all on the screen at the same time.
zakim-robot
18:23
[heidi] w3 says about <nav>: "When support for HTML5 improves there may be no need to continue to add the ARIA role="navigation”.” - are we there yet? or is <nav role=“navigation”> still advised?
zakim-robot
18:48
[fstorr]@heidi: some versions of IE still need that. I’m sure there’s a browser support table somewhere online but I can’t find it at the moment.
@stevefaulkner updates the one I provided, so probably caniuse
zakim-robot
18:56
[heidi] so role=“navigation” on a <nav> would only be useful for IE8...
garcialo
18:56
Joking aside, my money would be on the site I provided. You should probably test the instances you're concerned with and see which is more accurate. If you notice @stevefaulkner's site is outdated, ping him and he'll change it.
I came across <nav role="main"> today, now that is something you don't see everyday.
zakim-robot
19:54
[marcysutton] haha weird
MichielBijl
20:06
Something that wasn't funny was body:not(.wizard) [type="checkbox"]:not(:checked) { position: absolute; left: -9999px; }.
MichielBijl
20:06
insert rage face here
MichielBijl
20:07
Luckily for me, I'm in charge of the refactor of the whole project :D
MichielBijl
20:07
Add #a11y to all the things!
zakim-robot
20:43
[jdan] all the things! we’re doing a pretty hefty rewrite of some of our more important pages at Khan Academy, so it’s a really good opportunity to build in accessibility from the start
zakim-robot
20:43
[jdan] or, shall I say, prevent ourselves from making the page _in_accessible
zakim-robot
23:32
[dpeter] are there any books anyone would recommend for learning web accessibility? in particular, i'd like to learn more advanced accessibility strategies beyond, like, a TODO app.
zakim-robot
23:32
[dpeter] also are there any leaders in web accessibility -- individuals/companies? (this is probably subjective so feel free to just throw things out?)
As far as leaders, it really depends on the topic. Everyone has their strengths and their weaknesses. For WCAG knowledge, that would likely be the domain of the a11y consulting companies WebAIM, The Paciello Group, SSB Bart, Simply Accessible, and Deque. Really though, it's probably just best to check Twitter for #a11y and see what's getting attention; the WebAIM Mailing list has a lot of good conversation from people of all levels.