mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user