From 5631b1d7d01cdf6f422f68ae9b3fb2d80fcee11b Mon Sep 17 00:00:00 2001 From: Jason Kiss Date: Thu, 30 Nov 2017 18:13:04 +1300 Subject: [PATCH] updates to /issue #2 Replaced incorrect mappings with ? to reflect that more data is needed. --- html-aam/index.html | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index 57cf79e8a..75db0eacc 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -2501,34 +2501,10 @@

HTML Element Role Mappings

meter No corresponding role -
- Role: ROLE_SYSTEM_PROGRESSBAR -
-
- Interfaces: IAccessibleValue -
+
?
-
- Control Type: Progressbar -
-
- Localized Control Type: meter -
- -
- Control Pattern: RangeValue -
-
- Properties: RangeValue.IsReadOnly = True -
- -
- Control Pattern: Value -
-
- Properties: Value.Value is the result of optimal calculation, expressed as a localized string denoting relative levels of goodness. For example, Edge uses "Good" when the meter would be colored green, "Fair" when it would be colored yellow, and "Poor" when it would be colored red. -
+
?
@@ -2541,16 +2517,9 @@

HTML Element Role Mappings

Properties: AtkRange
-
- AXRole: AXProgressIndicator
-
- AXSubrole: (nil) -
-
- AXRoleDescription: "Progress Indicator" -
+
?
- + See GitHub issue #2. nav @@ -5988,6 +5957,7 @@

Change Log

Substantive changes since moving entirely to the Web Platform Working Group (01-Oct-2016)