[touch-events] Merge v1-errata into master branch (#14)

As discussed on [public-touchevents](https://lists.w3.org/Archives/Public/public-touchevents/2015Apr/0015.html) we've decided that we won't be able to publish the v1 changes as an 'errata' after all.  So merge the v1-arrata and touch event extensions note into "Touch Events - Level 2".

This directly copies the extensions into the v1-errata document.  I made one change: "Issue: Consider aligning with other "channels" and values from InkML" etc. as I think it's obsolete (it's highly unlikely that we'd add any additional properties to Touch at this point).

You can see the result [here](http://rawgit.com/RByers/touch-events/merged-v2/touchevents.html).
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/touch-events/pull/14

-- Commit Summary --

  * Initial checkin for Touch Events version 1
  * Merge editorial changes from v2 to v1
  * Issue-16: Specify that Touch/TouchList/TouchEvent objects are immutable.
  * v1 spec should link to v1 editors' draft.
  * Extend the Document interface instead of creating a DocumentTouch interface
  * ACTION-78: Remove initTouchEvent from the Touch Events spec
  * Addressed ISSUE-21 and ISSUE-22.
  * ACTION-81 - Minor editorial changes, added units for properties in Touch interface
  * ACTION-81 - explain preventDefault in the glossary.
  * Add a single table describing all TouchEvents. Addresses ACTION-83, as a part of LC-5.
  * updates for 27-Oct-2011 LCWD
  * Change default action for touchstart and touchmove from none to undefined.
  * Restore missing Touch.target attribute (LC-1).
  * add editorial note requested by PFWG today
  * Updates for publishing as a Candidate Recommendation
  * SotD updates for CR
  * Update boilerplate for LC#2 on 24-Jan-2013
  * Update location of respec per recommendation from Marcos
  * Update URL of respec per recommendation from Marcos
  * Update Staus section for LCWD pub on 24-Jan-2013
  * Remove identfiedTouch method from TouchList interface (Issue-28)
  * Replace 2 createTouchList methods with one variadic method (Issue-27)
  * Fix description of touches parameter for createTouchList method
  * Updated spec per proposal in http://lists.w3.org/Archives/Public/public-webevents/2013JanMar/0027.html
  * Updated spec per http://lists.w3.org/Archives/Public/public-webevents/2013JanMar/0029.html
  * Updates for LCWD publication
  * Status: change to ED; add link to Implementation Report and approved Test Suite
  * Update WebIDL and text per request from Boris Zbarsky in:
  * Update URL for Open Issues
  * As requested by the Protocols and Formats WG in <http://lists.w3.org/Archives/Public/public-webevents/2013JanMar/0068.html>, added a non-normative note in the Introduction that points to the PFWG's <http://www.w3.org/WAI/PF/wiki/Touch_Events_Accessibility_Mapping> document.
  * Updates per request from Boris Zbarsky in <http://lists.w3.org/Archives/Public/public-webevents/2013JanMar/0087.html>.
  * Per the request from Sangwhan Moon in <http://lists.w3.org/Archives/Public/public-webevents/2013JanMar/0037.html>, add a note for implementers regarding event target handling and documents.
  * Hacky fix-up hook for patching return types generated by respec.js
  * Added acknowledgement for the Test Contributors.
  * Add a non-normative note about initTouchEvent
  * Minor editorial changes to the initTouchEvent note
  * Added changes since LCWD section and started preparing for Proposed Recommendation
  * Try to patch up the bogus PR end date
  * Per agreement, add ArtB to Editor list
  * added caveats for WebIDL
  * changed pub status and date
  * updated webidl to remove 'optional', removed 'version 1' from name since we aren't making a version 2
  * added expanded WebIDL conformance statement, changed publication date
  * Start v1-errata draft
  * Update coordinates from type long to double
  * Update touchmove behavior on preventDefault
  * Update touchmove behavior on preventDefault
  * Clarify effect of canceling touchend event.
  * Add myself as editor of v1-eratta
  * Merge v1-eratta and master (extensions note) documents into one.
  * Update title to level 2

-- File Changes --

    M tests/touch-events-v2/submissions/Mozilla/single-touch.html (23)
    M touchevents.html (1411)

-- Patch Links --

https://github.com/w3c/touch-events/pull/14.patch
https://github.com/w3c/touch-events/pull/14.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/pull/14

Received on Friday, 3 July 2015 00:06:43 UTC