Skip to content

w3c/html-aria

Repository files navigation

ARIA in HTML Specification

This is the repository for ARIA in HTML (html-aria).

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".