-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michiel Bijl
authored
Sep 15, 2016
1 parent
6e9643f
commit 83572c5
Showing
1 changed file
with
1 addition
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,3 @@ | ||
# WAI-ARIA: Authoring Practices Guide | ||
|
||
This repository maintains the WAI-ARIA Authoring Practices Guide. | ||
This is developed by the [ARIA Working Group](http://www.w3.org/WAI/ARIA/). | ||
The staff contact is [Michael Cooper](http://www.w3.org/People/cooper/). | ||
Please do not provide commit access to this repository without coordination. | ||
|
||
## Contributing to this Repository | ||
|
||
### Code conformance | ||
|
||
* All code should validate in the NU HTML Validator. | ||
Exceptions to this rule are warnings and errors related to | ||
future ARIA features we need to implement. | ||
* To keep code in this repository consistent; editors should use a text editor | ||
that supports [EditorConfig](http://editorconfig.org/). | ||
|
||
## How to update document snapshot | ||
|
||
1. Go to the [editors draft on rawgit](http://rawgit.com/w3c/aria/master/practices/aria-practices.html) | ||
2. Press the ReSpec button (top right hand corner) | ||
3. Select 'Save snapshot' | ||
4. Select 'Save as HTML' | ||
5. Open the gh-pages branch of the ARIA repository | ||
6. Open `aria-practices.html` in your preferred editor | ||
7. Overwrite contents of `aria-practices.html` with the snapshot copy you saved | ||
8. Commit and push changes | ||
9. Review changes at [GitHub pages APG snapshot](http://w3c.github.io/aria/practices/aria-practices.html) | ||
The ARIA Authoring Practices Guide has been moved to [it’s own repository](https://github.com/w3c/aria-practices/). |