Skip to content

Commit b451641

Browse files
committed
Clean up
1 parent d76cc56 commit b451641

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/ACCESSIBILITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ And sometimes, browser or screen reader could be buggy on how the live region is
167167
To make the live region more consistent across browsers and easier to control, we separated the live region from the visible transcript:
168168

169169
- Two copies of transcript
170-
- Visible and interactable transcript
170+
- Visible, rich, dynamic, and interactive transcript
171171
- Screen reader only transcript marked as live region
172172
- Attachment contents will not be narrated: attachments can be customized and the DOM tree could be very complex with interactive elements
173173
- The live region contains recently arrived activities
@@ -197,6 +197,7 @@ To make the live region more consistent across browsers and easier to control, w
197197

198198
- Don't use numbers other than `0` or `-1` in `tabindex` attribute
199199
- This will pollute the hosting environment
200+
- Do not use `tabindex="-1"` in DOM nodes that don't need it, otherwise, it will be focusable by mouse
200201
- In an activity with question and answers, after clicking on a decision button, don't disable the button
201202
- When the user reads the activity, the screen reader will only read the question but not the chosen answer
202203
- It is okay to disable buttons that were not chosen as answer

0 commit comments

Comments
 (0)