Everyone is welcome to contribute to this specification.
Any simple editorial contribution can simply be done with a GitHub Pull Request. You can even do an inline edit of the file on GitHub.
For more substantial contributions that, please first start a thread in the sysapps mailing list at the W3C.
Note: The System Applications Working Group operates under the [W3C Patent Policy which](http://www.w3.org/Consortium /Patent-Policy-20040205/) aims to enable implementations of W3C Recommendations without the need to pay royalty fees. If you want to make contributions that can be used in normative parts of our specifications, we require you to make the appropriate licensing commitments.
- the spec uses ReSpec
- the spec is tidied using HTML5 Tidy. For instructions on running HTML5 tidy, see below.
- put comments in front of sections, for better readability with syntax coloring editors
Please make sure you have HTML5 tidy installed, instead of the the one that ships with *nix systems. You can comfirm this by running:
tidy --version #HTML Tidy for HTML5 (experimental) for ...
Once you have confirmed (make sure you have committed your changes before running tidy, as the changes are destructive ... in a good way:)):
tidy -config tidyconfig.txt -o index.html index.html