From 47888b806f5536ccad72c84cd4be63340f93db07 Mon Sep 17 00:00:00 2001 From: Sean Lip Date: Thu, 28 Jul 2016 18:29:44 -0700 Subject: [PATCH] Ensure aria-labels for workspace work correctly with Voiceover on Mac. --- accessible/field.component.js | 19 +++++++------------ accessible/utils.service.js | 2 +- accessible/workspace-tree.component.js | 10 ++++++---- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/accessible/field.component.js b/accessible/field.component.js index 7b1719113..12ced0722 100644 --- a/accessible/field.component.js +++ b/accessible/field.component.js @@ -28,17 +28,17 @@ blocklyApp.FieldComponent = ng.core .Component({ selector: 'blockly-field', template: ` - -
- +
  1. @@ -54,11 +54,11 @@ blocklyApp.FieldComponent = ng.core // Checkboxes are not currently supported.
-