Alerts! -- A11ycasts #10

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024
  • НаукаНаука

Комментарии • 23

  • @pepelsbey
    @pepelsbey 7 лет назад +7

    There’s a mistake on 8:10: when generic font-family is quoted it makes browser look for a font named 'sans-serif', not for a generic family. So it’s important to keep generic families as is, unquoted.

    • @stomperhk9107
      @stomperhk9107 3 года назад +1

      Yes. sans-serif isn't a font name exactly.

  • @jootpepet
    @jootpepet 2 месяца назад

    Does this app only work in web pages, text pages, and windows itself? I want to be able to read my screen when im inside apps, like games or text from an image/videos

  • @johndahl3384
    @johndahl3384 6 лет назад

    What about repeating the error message if the user keeps clicking the button? I've tested on Voiceover and NVDA, and neither repeat the message for additional clicks. I've found a quick and dirty solution that works (toggling a space character), but this doesn't work on NVDA and IE combo.

  • @tanm7610
    @tanm7610 5 лет назад

    Where does the focus go after the screen reader finishes reading content of role=alert? Is there a way to send the screen reader focus to a specific region or element after it finishes reading alert? Thanks

  • @andrewgibson8794
    @andrewgibson8794 7 лет назад +1

    doesn't this mean that client-side routing precludes the inclusion of an alert role within the views dynamically rendered based on client-side routes?

    • @letswatchrob
      @letswatchrob 7 лет назад

      not necessarily. you could add an alert section to the page shell itself, load the views into the shell, and have them pipe out their alerts. that's what iron-a11y-announcer does I think elements.polymer-project.org/elements/iron-a11y-announcer

    • @andrewgibson8794
      @andrewgibson8794 7 лет назад

      Rob Dodson looks like the DOM element is created in IronA11yAnnouncer.requestAvailability. Does that occur early enough for the Chrome voice over to catch it?

    • @andrewgibson8794
      @andrewgibson8794 7 лет назад

      Rob Dodson looks like the DOM element is created in IronA11yAnnouncer.requestAvailability. Does that occur early enough for the Chrome voice over to catch it?

    • @letswatchrob
      @letswatchrob 7 лет назад

      it really depends on how you're using it, when you're loading in the view and when you're displaying the alert. my advice is test your setup to see

  • @willimaese5843
    @willimaese5843 4 года назад

    Thanks! Great tutorial!

  • @ChunkyChest
    @ChunkyChest 7 лет назад

    nice use of clone ty!

  • @myfrom
    @myfrom 7 лет назад

    Does paper-toast Polymer element have that implemented?

    • @letswatchrob
      @letswatchrob 7 лет назад +2

      I believe so as it uses iron-a11y-announcer elements.polymer-project.org/elements/iron-a11y-announcer

  • @Q_20
    @Q_20 7 лет назад

    Is JS Bin endorsed by Google?

    • @letswatchrob
      @letswatchrob 7 лет назад +1

      hah um I don't know. It's a cool site that I like to use but I don't speak for all of Google

    • @harlemrocs2563
      @harlemrocs2563 7 лет назад

      QbsidianH20

  • @adarshbhat
    @adarshbhat 7 лет назад

    What about Windows - Edge and IE 11?

    • @letswatchrob
      @letswatchrob 7 лет назад

      For IE11 I believe the most common screen reader is JAWS and I believe this should work there as well.

  • @cryptotygas8548
    @cryptotygas8548 7 лет назад +1

    were you making video in the kindergarden?