mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-02 11:18:00 +08:00
Corrected spelling mistake (#81)
This commit is contained in:

committed by
Yangshun Tay

parent
d8ceb721fb
commit
9ce52c02dd
@ -67,7 +67,7 @@ The following is a checklist that contains recommendations for implementing HTML
|
|||||||
- Accessibility tree = DOM + ARIA.
|
- Accessibility tree = DOM + ARIA.
|
||||||
- ARIA attributes
|
- ARIA attributes
|
||||||
- Allow us to modify the accessibility tree before they are exposed to assistive technologies.
|
- Allow us to modify the accessibility tree before they are exposed to assistive technologies.
|
||||||
- DO NOT modify the element apperance.
|
- DO NOT modify the element appearance.
|
||||||
- DO NOT modify element behaviour.
|
- DO NOT modify element behaviour.
|
||||||
- DO NOT add focusability.
|
- DO NOT add focusability.
|
||||||
- DO NOT add keyboard event handling.
|
- DO NOT add keyboard event handling.
|
||||||
|
Reference in New Issue
Block a user