From 321ccc86c0b2b62744c5555d3e91e0796e0b6c18 Mon Sep 17 00:00:00 2001 From: Joanmarie Diggs Date: Mon, 1 May 2017 17:25:17 -0400 Subject: [PATCH] AX API: Complete mapping for 'time' element (Github issue #88) * AXSubrole: AXTimeGroup * AXRoleDescription: "group" https://bugs.webkit.org/show_bug.cgi?id=171498 --- html-aam/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index a64c7ec1d..c88a4f468 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -3528,10 +3528,10 @@

HTML Element Role Mappings

AXRole: AXGroup
- AXSubrole: ? + AXSubrole: AXTimeGroup
- AXRoleDescription: ? + AXRoleDescription: "group"
@@ -6598,6 +6598,7 @@

Change Log

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