Skip to content

Bhanditz/uievents-code

 
 

Repository files navigation

UI Events KeyboardEvent code Values

This repository is for the UI Events code specification.

The there is also an Implementation Report for this spec.

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:

  1. Clone this repo into a local directory.
  2. Install bikeshed
  3. Run python build.py in your local directory.

To make edits to the spec:

  1. Edit the index-source.txt file.
  2. Build (as above). This will create index.bs and index.html files.

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.

To update the implementation report:

  1. Edit the impl-report.txt file.
  2. Build (as above). This will update the impl-report.bs and impl-report.html files.

As with the index.bs file, make sure you don't check in the impl-report.bs file. It is also listed in the .gitignore file.

Frequently Read Together

About

UI Events KeyboardEvent code Values

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.2%
  • Python 1.8%