diff --git a/index.html b/index.html
index 0cf935ce..25f3532e 100644
--- a/index.html
+++ b/index.html
@@ -2403,9 +2403,9 @@
HTML Element Role Mappings
Styles used are mapped to text attributes on the accessible object.
Interfaces: AtkText
; AtkHypertext
- AXRole: AXGroup
- AXSubrole: ?
- AXRoleDescription: "highlighted content" |
+ AXRole: AXGroup
+ AXSubrole: (nil)
+ AXRoleDescription: "highlighted content" |
@@ -5904,6 +5904,7 @@ Change Log
Substantive changes since moving entirely to the Web Platform Working Group (01-Oct-2016)
+ - 23-Jan-2018: Updated AXAPI mappings for the
mark
element.
- 08-Jan-2018: Updated mappings for the
input
element with the type
attribute in the Color state. See GitHub issue #48.
- 06-Jan-2018: Updated IA2 mappings for the
pre
, q
, and ruby
elements, and the multiple
attribute for the input
element. See GitHub issue #94.
- 18-Dec-2017: Rewrote first paragraph in Introduction> to better reflect the relationship between the HTML-AAM and CORE-AAM specifications. See GitHub issue #66.