https://github.com/alphagov/wcag-primer
Get up to speed with the Web Content Accessibility Guidelines
https://github.com/alphagov/wcag-primer
portfolio
Last synced: about 15 hours ago
JSON representation
Get up to speed with the Web Content Accessibility Guidelines
- Host: GitHub
- URL: https://github.com/alphagov/wcag-primer
- Owner: alphagov
- License: mit
- Created: 2018-07-25T09:13:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T19:20:19.000Z (about 19 hours ago)
- Last Synced: 2025-05-08T22:52:08.182Z (about 15 hours ago)
- Topics: portfolio
- Language: HTML
- Homepage: https://alphagov.github.io/wcag-primer/
- Size: 1.34 MB
- Stars: 139
- Watchers: 20
- Forks: 21
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WCAG Primer
A primer to help people get up to speed quickly with the Web Content Accessibility Guidelines.
Contains:
* an overview of WCAG.
* information for each success crteria - including an understandable explanation, details of what is required, example of common issues and links to further content
* the most relevant success criteria for content, design and code
* some questions to help you evaluate if a digital product meets WCAGhttps://alphagov.github.io/wcag-primer/
# Contributing
This WCAG Primer is for everyone. You can help make sure it stays up to date by:
1. Making changes to the [WCAG primer on Github](https://github.com/alphagov/wcag-primer).
To contribute to this repository, you first need to [fork it](https://help.github.com/en/articles/fork-a-repo)* You can raise PRs from your forked copy.
2. Emailing the Accessibility Capability team at with suggestions
This repo uses Middleman. To test changes locally, run:
```bundle exec middleman server```
The text lives in the `source/sc` folder, and is in markdown format.
## Deploying changes
This project is continuously deployed - merging a pull request into main will
cause the site to be built and any changes added to the `gh-pages` branch.