UI Events KeyboardEvent code Values
This repository is for the UI Events code specification.
Building
This spec was created using bikeshed. If you would like to contribute edits, please make sure that your changes build correctly.
To build this spec:
- Clone this repo into a local directory.
- Install bikeshed
- Run
python build.pyin your local directory.
To make edits to the spec:
- Edit the
index-source.txtfile. - Build (as above). This will create
index.bsandindex.htmlfiles.
When submitting pull requests, make sure you don't include the index.bs
file in your changelist - it's part of .gitignore so that you don't include
it accidentally. All changes should be made in the index-source.txt
file.