У нас вы можете посмотреть бесплатно Accessible Components: Screen readers -- Polycasts #50 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Continuing our series on Accessibility (a11y) today we're talking about screen readers! Screen readers take the semantic information from your elements and produce an alternative, spoken UI, for user with visual impairments. But when we're designing Web Components, we're creating tags that have never existed before in the browser, meaning they don't have built-in semantics. So what's a screen reader supposed to do? Today on Polycasts we'll look at how we can leverage ARIA to add semantics to our elements to make sure they're properly announced and all of our users can interact with them. Screen Readers: VoiceOver http://www.apple.com/accessibility/os... NVDA http://www.nvaccess.org/ JAWS http://www.freedomscientific.com/Prod... ChromeVox http://www.chromevox.com/ Although we didn't mention it Windows also includes the Narrator screen reader (Win + Enter to activate) W3C ARIA Authoring Practices 1.1 https://goo.gl/8qs7VF Polymer Slack: http://goo.gl/WHjzMH