From 61db810ae1e155b2481364d7e7f22d11501ef796 Mon Sep 17 00:00:00 2001 From: Joseph Scheuhammer Date: Wed, 8 Jun 2016 13:19:32 -0400 Subject: [PATCH] ACTION-2047: Remove mappings for role="text". Commented out the entry for the 'text' role in the role mapping table. The ARIA Working Group agreed to move role="text" to ARIA 2.0. See: https://lists.w3.org/Archives/Public/public-aria-admin/2016Apr/0030.html Unfortunately, we have not yet branched for 1.1 so in order to "remove" it for 1.1, it's commented out. That way, it's gone for those reading the spec, and preserved until we're ready to properly move it. --- core-aam/core-aam.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core-aam/core-aam.html b/core-aam/core-aam.html index 547069e9a..914be4373 100644 --- a/core-aam/core-aam.html +++ b/core-aam/core-aam.html @@ -1228,6 +1228,9 @@

Role Mapping Table

AXSubrole: TabPanel
AXRoleDescription: 'tab panel' + textbox ROLE_SYSTEM_TEXT @@ -2865,6 +2869,7 @@

Change Log

Substantive changes since the last public working draft