forked from google/blockly
-
Notifications
You must be signed in to change notification settings - Fork 6
Potential Issues
amber-libby edited this page Aug 7, 2015
·
6 revisions
6/30/15 The info callout box will only be able to read up to 99 outer most containers, that is a lot of containers so we don't currently support that many blocks with the info box.
7/1/15 The functions and variables categories in the flyout menu are loaded separately from the other categories. This may cause issues adding in more menu functionality later.
7/1/15 Unlike most other screen readers, Voiceover does not support aria treeview functions (treeroot treeitem etc.). If adding aria to a treeview, it is recommended to use aria-activedescendant="id of child node" on the parent node. This method works on all screen readers including Voiceover and allows the tree to be accessible.