Skip to content

Commit 83315d8

Browse files
committed
add a talk on accessibility
1 parent ebeea26 commit 83315d8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

abstracts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Don't limit your choice with those: I may be open to give others from my [speaki
77
- [A Personal Brand? Surprise, you already have one!](abstracts/personal-branding.md)
88
- [AI for Senior Developers: The Wins, the Risks, and the Blind Spot](abstracts/ai.md)
99
- [Common Bottlenecks in Collaborating on Written Content at Scale](abstracts/collaboration-bottlenecks.md)
10+
- [Creating for everyone: understanding accessibility](abstracts/accessibility.md)
1011
- [Developer Relations Through the Roof: Measuring Developer Success](abstracts/measuring-devrel.md)
1112
- [Developers Documentation: your hidden strength](abstracts/developers-documentation.md)
1213
- [Don't .gitignore mental health](abstracts/mental-health.md)

abstracts/accessibility.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Creating for everyone: understanding accessibility
2+
3+
Accessibility benefits everyone, not just users with declared disabilities. There are a wide range of limitations including visual, auditory, cognitive, motor, and neurological challenges, many of which are invisible, temporary, or situational. Unfortunately, accessibility is often only treated as a legal obligation where it’s required by law, or as an afterthought when building web applications or creating content. In practice, it should be at the forefront of everything we do on the web because it directly affects how people can interact with your applications or if they can even consume your content.
4+
5+
This talk introduces accessibility from a practical perspective. It is aimed at content creators, and developers who are not accessibility specialists. Using real-world examples, this session explains the core principles of the Web Content Accessibility Guidelines (WCAG) in plain language. In the end, the attendees will leave with a clearer understanding of why accessibility matters, how small decisions can create or prevent major barriers, and how designing with accessibility in mind leads to better usage experiences for all, regardless of ability, environment, device, or context.
6+
7+
_Characters: 1200_

0 commit comments

Comments
 (0)