This repository is used by the ARRM W3C Community Group to work on the Accessibility Roles and Responsibilities Mapping (ARRM).
Before you begin, make sure you have the following installed:
-
Install Ruby dependencies
bundle install
-
Use the latest version of the
wai-website-themeandwai-website-plugindependencies (optional)By default, the project will use the versions of the theme and plugin set in the
Gemfile.lockfile. To use the latest versions, run:bundle update wai-website-theme --conservative bundle update wai-website-plugin --conservative
Note: Make sure to include the
--conservativeflag to avoid updating the gems the theme and plugin depend on. -
Serve and preview
bundle exec jekyll serve
ARRM is published as a draft at https://www.w3.org/WAI/planning/arrm/
Feedback is welcome. See ARRM Draft review.
The draft branch hosts the latest version of the work-in-progress draft.
This draft is used by the ARRM CG to work on future iterations of the published draft.
A preview is available at https://draft--wai-arrm.netlify.app/planning/arrm/.
- Participants work on the WIP draft using issues, and pull requests targeting the
draftbranch. - A CG maintainer merges pull requests to the
draftbranch. A Netlify preview of thedraftbranch is available. - To publish a new version of ARRM on W3C WAI website, the CG maintainer coordinates early with W3C Team, before submitting a pull request.
- After coordination, CG maintainer or W3C Team open a pull request to merge the
draftbranch into themainbranch. - W3C Team reviews the PR.
- W3C Team merges and publishes the changes to the WAI website.