Skip to content

w3c/html-aria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1cf4fc1 · Feb 13, 2025
Sep 28, 2022
Jan 16, 2022
Oct 3, 2023
Feb 28, 2021
Dec 14, 2018
Sep 26, 2018
Jan 17, 2025
Dec 16, 2015
Jan 17, 2025
Feb 13, 2025
Dec 13, 2024
May 21, 2019
Jan 23, 2025

Repository files navigation

ARIA in HTML Specification

This is the repository for ARIA in HTML (html-aria). This is developed by the ARIA Working Group. The W3C staff contact is Daniel Montalvo.

If you would like to contribute, please read the contributing document, and review the W3C Code of Ethics and Professional Conduct.

Please review open issues and pull requests. You can contribute by engaging in those conversations, or opening new issues for discussion.

If you would like to create a pull request (PR) for a potential change to the specification, please:

  1. Make sure to open an issue if there is not already open for your topic.
  2. Have your PR reference the issue your change is related to. This is done by using a # and the issue number, e.g., #112.
    • If your PR will close the referenced issue, then you can write "closes #issueNumber". The issue will be automatically closed when the PR is merged.
    • If your PR partially resolves an open issue, or is only related to the issue, then please reference as: "related to #issueNumber".