This repository is used to work on guidance for mobile accessibility.
- Our most recent Editor's draft is published at: w3c.github.io/matf
- Discussions are tracked in MATF issues
- Read more about the MATF on the W3C website
Upon push to the main
branch, the index.html
file gets generated based on the .md
files in the wcag
folder. Next, the index.html
file gets commited, and then deployed to Github Pages.
For local development:
- Open this repository in a terminal
- Run
npm install
to install dependencies - Run
node matf.js
to generateindex.html
- Open
index.html
in your browser of choice