Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
W3C specification defining how to apply ARIA attributes to HTML elements for accessible web content.
ARIA in HTML is a W3C specification that specifies how ARIA roles, states, and properties (such as role, aria-label, aria-hidden, and aria-live) can be used on HTML elements. It takes the HTML and ARIA specifications as inputs and produces normative conformance rules for both web authors and browser/assistive-technology implementers. The document is developed by the W3C ARIA Working Group, and its source repository tracks issues and pull requests publicly.
Contribution starts by reading the contributing document at github.com/w3c/html-aria/blob/gh-pages/CONTRIBUTING.md and reviewing the W3C Code of Ethics and Professional Conduct. If no issue exists for your topic, open one first. Create a pull request that references the issue number with a hash (e.g., #112); if the PR will close the issue, write "closes #issueNumber", and the issue auto-closes when merged. For partial resolutions, write "related to #issueNumber".