diff --git a/index.html b/index.html index 96835156..7a3c9dfd 100644 --- a/index.html +++ b/index.html @@ -71,18 +71,19 @@ ariaSpecURLs: { "ED": "https://w3c.github.io/aria/", - "WD" : "https://www.w3.org/TR/wai-aria-1.1/", - "FPWD" : "https://www.w3.org/TR/wai-aria-1.1/", + "WD" : "https://www.w3.org/TR/wai-aria-1.2/", + "FPWD" : "https://www.w3.org/TR/wai-aria-1.2/", "REC": "https://www.w3.org/TR/wai-aria/" }, // ED pointing to latest draft due to ED links not // appropriately mapping on the core-aam spec. + // was in REC - https://www.w3.org/TR/wai-aria-implementation/ coreMappingURLs: { "ED": "https://w3c.github.io/core-aam/", - "WD": "https://www.w3.org/TR/core-aam-1.1/", - "FPWD": "https://www.w3.org/TR/core-aam-1.1/", - "REC": "https://www.w3.org/TR/wai-aria-implementation/" + "WD": "https://www.w3.org/TR/core-aam-1.2/", + "FPWD": "https://www.w3.org/TR/core-aam-1.2/", + "REC": "https://www.w3.org/TR/core-aam-1.1/" }, accNameURLs: { @@ -224,10 +225,9 @@

Exposing HTML Features That Do Not Directly Map to Accessibility APIs

HTML Element Role Mappings