Update aria labels. In the process, refactor lists to comply with HTML5 spec to avoid ChromeVox getting confused about how many elements are in a list.

This commit is contained in:
Sean Lip
2016-07-28 17:47:43 -07:00
parent e6f0bf57a9
commit 408e306ffc
8 changed files with 74 additions and 79 deletions

View File

@@ -4,6 +4,9 @@
.blocklyTree .blocklyActiveDescendant > label,
.blocklyTree .blocklyActiveDescendant > div > label,
.blocklyActiveDescendant > button,
.blocklyActiveDescendant > input {
.blocklyActiveDescendant > input,
.blocklyActiveDescendant > blockly-field > label,
.blocklyActiveDescendant > blockly-field > input,
.blocklyActiveDescendant > blockly-field > div > label {
outline: 2px dotted #00f;
}