Skip to content

Commit 7a0aca9

Browse files
committed
WIP
1 parent 6b0bef4 commit 7a0aca9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
],

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ layout: home
55
hero:
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>

references.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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/

0 commit comments

Comments
 (0)