File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export default defineConfig({
2323 { text : "Complex Widgets" , link : "/complex-widgets" } ,
2424 { text : "Development Checklists" , link : "/dev-checklists" } ,
2525 { text : "Tools" , link : "/tools" } ,
26+ { text : "References" , link : "/references" } ,
2627 ] ,
2728 } ,
2829 ] ,
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ layout: home
55hero :
66 name : " Accessibility"
77 text : " for React Developers"
8- tagline : <a href="https://github.com/amir78729"><div id="author"><img src="https://avatars.githubusercontent.com/u/44297246?v=4" alt="profile picture" /> <div class="author-name"><span>Amirhossein</span><span>Alibakhshi</span></div></div></a>
8+ tagline : 🚧 Work in Progress
99 actions :
1010 - theme : brand
1111 text : Get Started!
12- link : /wai-aria
12+ link : /intro
1313---
1414
1515<style >
Original file line number Diff line number Diff line change 1+ # References
2+
3+ - https://www.w3.org/WAI/tutorials
4+ - https://webaim.org/techniques/forms/controls
5+ - https://www.paciellogroup.com/blog/2017/04/what-is-an-accessible-name/
6+ - https://www.w3.org/TR/wai-aria/
7+ - https://www.w3.org/WAI/ARIA/apg/patterns/
8+ - https://heydonworks.com/article/practical-aria-examples/
9+ - https://inclusive-components.design/
10+ - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference
11+ - https://www.a11yproject.com/posts/understanding-vestibular-disorders/
12+ - https://webaim.org/techniques/keyboard/
You can’t perform that action at this time.
0 commit comments