From 386c23138de2e0dd0723805392b0c20a9c536f16 Mon Sep 17 00:00:00 2001 From: Jason Kiss Date: Thu, 8 Feb 2018 09:11:18 +1300 Subject: [PATCH] some updates to ruby elements / issue #115 --- index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7ddaeac9..99e1f20f 100644 --- a/index.html +++ b/index.html @@ -2626,6 +2626,34 @@

HTML Element Role Mappings

+ + + + + + + rb + No corresponding role + ? + ? + ? + +
+ AXRole: AXGroup +
+
+ AXSubrole: AXRubyBase +
+
+ AXRoleDescription: "group" +
+ + + + + + + rp No corresponding role @@ -2645,7 +2673,7 @@

HTML Element Role Mappings

exposed if ruby is supported by the browser. - ? + Not mapped @@ -2666,6 +2694,25 @@

HTML Element Role Mappings

No accessible object. + +
+ AXRole: AXGroup +
+
+ AXSubrole: AXRubyText +
+
+ AXRoleDescription: "group" +
+ + + + + rtc + No corresponding role + ? + ? + ? ? @@ -2689,7 +2736,17 @@

HTML Element Role Mappings

ATK_ROLE_STATIC - ? + +
+ AXRole: AXGroup +
+
+ AXSubrole: AXRubyInline +
+
+ AXRoleDescription: "group" +
+ @@ -5782,6 +5839,7 @@

Change Log

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