This commit is contained in:
E.L. Guerrero 2024-07-09 20:19:40 -04:00
commit 29640a2fc9
Signed by: knights
GPG Key ID: 6201533059C29A0F
10 changed files with 188 additions and 0 deletions

14
Meta/About/Colophon.md Normal file
View File

@ -0,0 +1,14 @@
---
title: Colophon
tags:
- meta
draft: true
created: 2024-07-09, 18:47
updated: 2024-07-09 19:47
---
# Colophon
This is an Obsidian vault running some templating plugins and enhancements.
## Plugins
- Templater
- Dataview

24
Meta/About/Index.md Normal file
View File

@ -0,0 +1,24 @@
---
title: Index
tags:
- meta
draft: true
created: 2024-07-09, 18:45
updated: 2024-07-09 20:17
---
# Index
## 1 Meta
### 1.1 About
#### 1.1.1 Colophon
#### 1.1.2 Index
### 1.2 Assets
### 1.3 Changelog
### 1.4 Inbox
### 1.5 References
#### 1.5.1 Glossary
### 1.6 Templates
## 2 Week 0
### 2.1 Outline
### 2.2 Prerequisites
## README

View File

@ -0,0 +1,9 @@
- 2024-07-09 at 20h18 · [[README]]
- 2024-07-09 at 20h17 · [[Index]]
- 2024-07-09 at 19h47 · [[Colophon]]
- 2024-07-09 at 19h45 · [[Prerequisites]]
- 2024-07-09 at 19h31 · [[Base]]
- 2024-07-09 at 19h28 · [[Outline]]
- 2024-07-09 at 18h48 · [[Glossary]]
- 2024-07-09 at 18h44 · [[Code Block]]
- 2024-07-09 at 18h44 · [[Citation]]

View File

@ -0,0 +1,8 @@
---
title: Glossary
tags:
draft: true
created: 2024-07-09, 18:48
updated: 2024-07-09 18:48
---
# Glossary

8
Meta/Templates/Base.md Normal file
View File

@ -0,0 +1,8 @@
---
title:
tags:
draft: true
created: <% tp.file.creation_date(tp.date.now("YYYY-MM-DD, HH:mm")) %>
updated:
---
# Title

View File

View File

24
README.md Normal file
View File

@ -0,0 +1,24 @@
---
title: README
tags:
- meta
draft: false
created: 2024-07-09 16:24
updated: 2024-07-09 20:18
---
# a11y-study
Following [Africa Kenyah](https://github.com/codingtherapist)s [webAccessibilityStudyGroup](https://github.com/codingtherapist/webAccessibilityStudyGroup), this is a way for me to document as I learn about Digital Accessibility.
## Acknowledgements
- [Alex Tait](https://www.atfreshsolutions.com/)
- [Wendy Reid](https://www.reidmore.online)
- [Jaclyn Pope](https://illumaaccessibility.com/)
- [Devon Persing](https://devonpersing.netlify.app/)
## Contact
I can be reached via email at el@guerrero.ph
PGP: 4C24 AB6C DA78 B89E 2F9E  0E31 DF38 8059 7F55 9E10
## Licence
Copyright © 2024 E.L. Guerrero.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation Licence, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation Licence”.

93
Week 0/Outline.md Normal file
View File

@ -0,0 +1,93 @@
---
title: Outline
tags:
draft: true
created: 2024-07-09, 18:47
updated: 2024-07-09 19:28
---
# Outline
## 1 Fundamentals
### 1.1 Introduction to Accessibility
#### 1.1.1 Types of Disabilities
#### 1.1.2 Models of Disability
### 1.2 Inclusive Design Principles
#### 1.2.1 Dimensions of Inclusive Design
#### 1.2.2 Accessibility Axioms
#### 1.2.3 Accessibility, Usability, Inclusion
### 1.3 Digital Accessibility
#### 1.3.1 Components
##### 1.3.1.1 Assistive Technology
##### 1.3.1.2 User Agents
##### 1.3.1.3 Design and Development
##### 1.3.1.4 Authoring Tools
##### 1.3.1.5 Content
##### 1.3.1.6 Evaluation Tools
##### 1.3.1.7 Users
#### 1.3.2 Interdependencies
## 2 Standards
#### 2.1.1 Guidelines and Standards
##### 2.1.1.1 WCAG 2.2
##### 2.1.1.2 WAI-ARIA
##### 2.1.1.3 ATAG
##### 2.1.1.4 Reading Specifications
#### 2.1.2 Technical Specifications
#### 2.1.3 Success Criteria and Best Practices
## 3 Design
### 3.1 Accessibility Principles
#### 3.1.1 Operable
#### 3.1.2 Perceivable
#### 3.1.3 Robust
#### 3.1.4 Understandable
### 3.2 Product Design
#### 3.2.1 Designing an Accessible User Experience
#### 3.2.2 Accessible Design Guidelines
#### 3.2.3 Accessibility Checklist for Mocks
### 3.3 Design Systems
#### 3.3.1 Colour Keys and Colour Contrast
#### 3.3.2 Typography
#### 3.3.3 Spacing
#### 3.3.4 Elevation
#### 3.3.5 Motion
#### 3.3.6 Borders and Border Radius
#### 3.3.7 Iconography and Logos
### 3.4 Development
#### 3.4.1 Semantic Structure and Navigation
#### 3.4.2 Images, SVGs, and Canvas
#### 3.4.3 Responsive Design and Magnification
#### 3.4.4 Multimedia, Animations, and Motion
#### 3.4.5 Device-Independent User Input Methods
#### 3.4.6 Form Labels, Instructions, and Validation
#### 3.4.7 Dynamic Updates, AJAX, and Single-Page Applications
#### 3.4.8 Custom JavaScript and ARIA Widgets
#### 3.4.9 Best Practices and Techniques
## 4 Testing & Auditing
### 4.1 Accessibility Acceptance Criteria
### 4.2 Testing with Assistive Technologies
### 4.3 Basic Methods and Tools
### 4.4 QA Testing and Frameworks
## 5 Content
### 5.1 Authoring Content
#### 5.1.1 Plain English
#### 5.1.2 Text Hierarchy
#### 5.1.3 Accessibility Statements
### 5.2 Alternative Text, Captions, and Descriptions
### 5.3 Accessible Media
### 5.4 Accessible Documents and Presentations
## 6 Case for Accessibility
### 6.1 Advocacy
### 6.2 Ethical Design Principles
### 6.3 Business Case
### 6.4 Legal and Compliance
### 6.5 Analytics and Usability Scores
### 6.6 Performance and SEO
### 6.7 Research
## 7 Community
### 7.1 Co-designing
### 7.2 Inclusive Learning
### 7.3 Positive Work Environment
## 8 Resources
### 8.1 Useful Links and Tools
### 8.2 Further Reading
### 8.3 Courses
### 8.4 People

8
Week 0/Prerequisites.md Normal file
View File

@ -0,0 +1,8 @@
---
title: Prerequisites
tags:
draft: true
created: 2024-07-09, 18:48
updated: 2024-07-09 19:45
---
# Prerequisites