Overview of the Graphics WAI-ARIA Module
maingraphics-aria specification is a module within the WAI-ARIA suite. It provides accessibility guidelines and technical specifications specifically for graphics-related content within the ARIA framework.repository·main·Indexed 20 days ago
https://github.com/w3c/ariaThe W3C ARIA suite of technologies, including the core ARIA specification and various Accessibility API Mappings (AAM) for HTML, CSS, SVG, MathML, and PDF. It provides technical specifications and guidelines for making web content and applications accessible to people with disabilities, featuring modules such as dpub-aria and graphics-aria.
graphics-aria specification is a module within the WAI-ARIA suite. It provides accessibility guidelines and technical specifications specifically for graphics-related content within the ARIA framework.dpub-aria repository contains the Digital Publishing WAI-ARIA Module. This module is part of the broader WAI-ARIA (Accessible Rich Internet Applications) suite, which provides technical specifications for making web content and applications more accessible to people with disabilities.graphics-aam specification is part of the W3C ARIA suite. It focuses on Graphics Accessibility API Mappings, providing guidance on how graphics-related accessibility information should be mapped to various accessibility APIs.pdf-aam repository contains the specification for PDF Accessibility API Mappings. This specification is a component of the broader ARIA (Accessible Rich Internet Applications) suite, which provides guidelines and technical specifications for making web and application content accessible to assistive technologies.The ARIA Working Group uses several channels for communication:
public-aria@w3.org.w3ccommunity.slack.com in the #aria channel or web-a11y.slack.com.This repository contains the core Accessible Rich Internet Applications (ARIA) specification and several related Accessibility API Mappings (AAM) and modules.
Core Specification:
Related Specifications and Modules:
Note on Issue Tracking: For most specifications listed above, please use their specific dedicated issue tracking repositories rather than the main ARIA repository.
The svg-aam specification defines how SVG elements map to the Accessibility API. You can access the specification in two forms:
This specification is part of the ARIA suite and is maintained by the SVG working group.
IDL (Interface Definition Language) is used to define object interfaces and specify the surface APIs of web platform objects. It provides the syntax for how these APIs manifest as JavaScript constructs.
Key distinctions for developers:
<input type="text">). IDL attributes are the JavaScript properties used to access or change those values (e.g., el.type = "text").The aria-common repository serves as the central source for files shared across multiple ARIA specification repositories.
Important Workflow Rule:
All content updates must be made in the w3c/aria-common repository. Changes made directly in copies within other ARIA repositories will be overwritten the next time the content is synced from the common repository.
New issues are triaged during ARIA WG meetings. The triage process involves:
agenda label if the issue requires group discussion to reach consensus.WG members can manually add the agenda label to any issue they believe requires further discussion.