HTML JavaScript CSS Python
Permalink
Failed to load latest commit information.
images Fix Issue 53 Nov 18, 2015
proposals first draft of IE keyflow Jun 24, 2009
sections Fix #124: Remove MAY in non-normative section Jan 25, 2017
tests Bikeshed-generated version of spec. Mar 4, 2016
tools key-event-tester: Use lighter shade of green for background hilight Mar 6, 2016
.gitignore Bikeshed-generated version of spec. Mar 4, 2016
CONTRIBUTING.md Fix #21: Add links to contributing.md Mar 31, 2016
LICENSE.md Updated the LICENSE and CONTRIBUTING files Dec 15, 2015
README.md Update readme with build info Mar 6, 2016
TR.html Revert "update the links of the images" Apr 24, 2015
_todo.txt Add list of misc TODO tasks Jul 26, 2016
build.py Change Unicode \u -> U+ (Fix #127) Dec 17, 2016
fixup-static-export.py Remove html directory since it is no longer needed Apr 21, 2015
fixup.js Remove html directory since it is no longer needed Apr 21, 2015
geek.css Remove html directory since it is no longer needed Apr 21, 2015
index-snapshot.html Fix #76: remove resize event Mar 11, 2016
index.bs Fix: #117, #119, #121 Move 'key' algorithm into uievents-key Jan 25, 2017
index.html Fix #124: Remove MAY in non-normative section Jan 25, 2017
key-table-builder.js Remove html directory since it is no longer needed Apr 21, 2015
override.css Remove html directory since it is no longer needed Apr 21, 2015
spec-WD.css Remove html directory since it is no longer needed Apr 21, 2015
spec.css Remove html directory since it is no longer needed Apr 21, 2015
styles.css Minor formatting and typos Mar 6, 2016
w3c-tr.css The spec needs this sylesheet file Apr 22, 2015
w3c.json Adding baseline w3c.json Dec 15, 2015

README.md

UI Events

This repository if for the UI Events (formerly known as DOM 3 Events).

Goals

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.

Communication

For discussion of matters related to DOM3 Events, the group uses the www-dom@w3.org mailing list (archive).

Meetings

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
  • 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

Documents

Open Issues

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.bs file or any of the sections\*.txt files.
  2. Build (as above). This will create a sections\*.include file for each *.txt file and then create the index.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.

Testing

Recommendations

If you enjoyed this spec, you might be interested in these other specs from the same publisher: