Archive index

A11y Slackers Gitter Channel Archive 7th of April 2017

What fresh hell is THIS now? - Patrick Lauke
  1. zakim-robot
    @zakim-robot
    Apr 07 00:13
    [sitaggart] isn't it the point that it's familiarity and consistency, though?
  2. [sitaggart] ARIA widgets are based on desktop software patterns
  3. [marcysutton] Depends on what the shortcuts are.
  4. [sitaggart] if you're a keyboard only user, you're super used to using these controls everyday. If you make your toolbar look like a toolbar, a tabset like a tabset, then you'd be familiar enough with how they work already
  5. zakim-robot
    @zakim-robot
    Apr 07 00:28
    [vcurd] Some keyboard users are not always keyboard users, and regardless there is always a range of familiarity with functionality available in the site, browser and AT.
  6. zakim-robot
    @zakim-robot
    Apr 07 00:35
    [sitaggart] Sure, that is the nature of IT proficiency, or proficiency in using any tool. I wasn't born knowing cmd+s saved the current document, I learnt it. Platform and pattern standardisation is the key though
  7. zakim-robot
    @zakim-robot
    Apr 07 11:57
    [michiel] dreams of a day when all APG patterns have touch support
  8. zakim-robot
    @zakim-robot
    Apr 07 12:03
    [michiel] Darn it, I thought they did
  9. Prem Nawaz Khan
    @mpnkhan_twitter
    Apr 07 15:34
    Working on android automation for native apps. Is there any tool or rulesets which can parse Layout xmls etc. and output Accessibility errors?
  10. zakim-robot
    @zakim-robot
    Apr 07 18:12
    [ira] Hey all! Happy Friday! :) I have a question about videos: I have a super short autoplay video on loop that does not have any audio. Does it need to have anything other than a label and the ability to pause the video? Does it need captions if there is no dialogue?
  11. [conley] Is there any relevant text within the video?
  12. zakim-robot
    @zakim-robot
    Apr 07 18:20
    [ira] nope just using it as a hi-def gif replacement
  13. zakim-robot
    @zakim-robot
    Apr 07 18:27
    [conley] Sounds like it's purely presentational so yeah, I would agree that a simple label and means to stop it
  14. [ira] great thanks @conley!
  15. [conley] thumbsup emoji
  16. zakim-robot
    @zakim-robot
    Apr 07 18:40
    [michiel] aria-label might not get announced on <video> (never tried to be honest). If it doesn’t, <video role=img aria-label="some helpful text"> :)
  17. [michiel] aria-label on <video> should work though.
  18. zakim-robot
    @zakim-robot
    Apr 07 18:50
    [conley] Yep that or on it's container perhaps
  19. zakim-robot
    @zakim-robot
    Apr 07 19:01
    [michiel] Hmm, in that case <figure><figcaption>Some helpful text</figcaption> <video> might be better.