a11y first
This commit is contained in:
parent
15eb48e33e
commit
9efffe0550
5 changed files with 35 additions and 1 deletions
|
@ -7,7 +7,7 @@ date: 2021-02-29
|
|||
|
||||
Accessibility testing in has come a long way in recent years. We'll dive into how EmberJS prioritized A11y with meaningful RFC's, Addons, tooling and docs. Most importantly, we'll discuss how these successes can be applied to your very own apps be they Vue, React, Angular or anything else!
|
||||
|
||||
[](https://video.gitnation.org/programs/collection-kisll_7ejg8?cid=1669036)
|
||||
[](https://video.gitnation.org/programs/collection-kisll_7ejg8?cid=1669036)
|
||||
|
||||
## Talk given at:
|
||||
|
||||
|
|
19
community/a11yfirst.md
Normal file
19
community/a11yfirst.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
tags: community
|
||||
title: "Talk: A11y First, and Everyone Wins"
|
||||
description: "By putting accessibility first we can achieve a far more composable, intuitive, and testable product."
|
||||
date: 2020-03-26
|
||||
---
|
||||
|
||||
Come and listen to the real tale of modern automation testing the untestable: a drag and drop user interface. The story of a drag and drop feature doomed to be unaccessible, made accessible. The telling of a feature salvaged by accessibility.
|
||||
|
||||
We've all been told accessibility is important, but rarely do we feel the fruits of the labor directly. We'll discuss how developers, QA and leads can all feel the same benefit our users feel by putting accessibility first.
|
||||
|
||||
[](https://www.youtube.com/watch?v=ESemqChsBEE&list=PL4eq2DPpyBbkC03mdzlyej6tcbEqrZK8N&index=18&t=0s)
|
||||
|
||||
## Talk given at:
|
||||
|
||||
* EmberConf 2020
|
||||
* Ember ATX
|
||||
* Austin Accessibility and Inclusive Design
|
||||
|
15
community/introducingembermodifiers.md
Normal file
15
community/introducingembermodifiers.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
tags: community
|
||||
title: "Talk: Introducing Ember Modifiers"
|
||||
description: "What modifiers are, why use them"
|
||||
date: 2020-04-01
|
||||
---
|
||||
|
||||
Using {{on}} modifier shipped with Ember. Writing your own modifier (complete with tests!)
|
||||
|
||||
[](https://www.youtube.com/watch?v=KWBOYqAEh6M)
|
||||
|
||||
## Talk given at:
|
||||
|
||||
* Ember ATX 2020
|
||||
|
BIN
img/content/a11yfirst.png
Normal file
BIN
img/content/a11yfirst.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
BIN
img/content/introducing-ember-modifiers.png
Normal file
BIN
img/content/introducing-ember-modifiers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
Loading…
Add table
Reference in a new issue