This repository if for the UI Events (formerly known as DOM 3 Events).
The goal of the UI/DOM3 Events sub-group, part of the Web Platform Working Group, is to complete the UI Events specification according to market needs, to drive its adoption and implementation, to provide a comprehensive test suite (for implementability at least, and hopefully for interoperability, too), and to move it along the Recommendation Track to W3C Recommendation status.
For discussion of matters related to DOM3 Events, the group uses the [email protected] mailing list (archive).
See our bi-weekly meetings for detailed status and progress toward getting this spec finished and ready for CR.
- Day + Time:
- Tuesday 17:00 PST/PDT
- During Summer (PDT - Mar to Oct)
- Wednesday 00:00 UTC
- Wednesday 09:00 JST (Tokyo)
- During Winter (PST - Nov to Feb)
- Wednesday 01:00 UTC
- Wednesday 10:00 JST (Tokyo)
- Duration = 60 minutes
- Join WebEx meeting
- Meeting number: 643 784 215
- Meeting password: Send an email to www-dom for password
- https://mit.webex.com/mit/j.php?MTID=mc9358fc4e591abf50362b027b189ce48;
- Join by phone
- +1-617-324-0000 US Toll Number
- Access code: 643 784 215
- Mobile Auto Dial: +1-617-324-0000,,,643784215#
- Web interface
- IRC Web Interface
- Note: you must have a Member or Invited Expert account to use this.
- Add this meeting to your calendar.
- Agendas: a draft agenda is sent to the www-dom list at least 24 hours before
- Minutes: meeting minutes are distributed on the www-dom list.
- Please submit agenda topics to www-dom mailing list.
Next call scheduled for Tuesday October 13th, 2015
- Published Documents
- Editor's Drafts
- UI Events Issues Database
- Need for detailed review by implementors
- Need for comprehensive test suite
- key Values Issues
- code Values Issues
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.py
in your local directory.
To make edits to the spec:
- Edit the
index.bs
file or any of thesections\*.txt
files. - Build (as above). This will create a
sections\*.include
file for each*.txt
file and then create theindex.html
.
When submitting pull requests, make sure you don't include any of the
sections\*.include
files in your changelist - they've all been added to the
.gitignore
file so that you don't include them accidentally. All changes
should be made in the sections\*.txt
files and index.bs
.
- Keyboard Event Viewer
- Manual Keyboard Tests
- Web Platform Tests
- Github w3c/web-platform-tests uievents
- Tests are mirrored at w3c-test.org:
If you enjoyed this spec, you might be interested in these other specs from the same publisher:
- UI Events KeyboardEvent code Values : Github project, Link to spec
- UI Events KeyboardEvent key Values : Github project, Link to spec