From c57a53e8693a473d282744f75d7f95b3b0e64036 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 4 Apr 2022 09:10:10 -0400 Subject: [PATCH] fix respec errors - link to accname definition for accName and accDesc - update aria 1.1 links to 1.2 links --- index.html | 306 ++++++++++++++++++++++++++--------------------------- 1 file changed, 153 insertions(+), 153 deletions(-) diff --git a/index.html b/index.html index c23c76cf..99df0914 100644 --- a/index.html +++ b/index.html @@ -146,13 +146,13 @@

Introduction

In some cases, often due to features of the HTML host language or the accessibility API in question, an element or attribute's mapping differs from the corresponding ARIA mappings specified in the [[core-aam-1.2]]. Where an HTML element or attribute does not have any default WAI-ARIA semantics, the applicable mapping for each platform accessibility API is defined by this specification.

- This document also adapts the [[[accname-1.1]]] ([[accname-1.1]]) for deriving the accessible names and accessible descriptions of [[HTML]] elements, and provides accessible implementation examples for specific HTML elements and features. + This document also adapts the [[[accname-1.2]]] specification for deriving the accessible names and accessible descriptions of [[HTML]] elements, and provides accessible implementation examples for specific HTML elements and features.

Users often access HTML content using assistive technologies that rely on platform accessibility API to obtain and interact with information from the page. This document is part of the following suite of accessibility API mapping specifications for content rendered by user agents: