- Fixed warning about deprecated
Touch.webkit*
properties - Replaced
touch-action
value list with a link to the spec - Added a
grunt watch
task - Moved
pointerevents.js
to thesrc
directory - Disabled functional tests until we can fix the timeout issue
- Released 0.4.0
- https://github.com/jquery/PEP/releases/tag/0.4.0
- Need to announce
- Marius sent a PR to add a W3C test for validating the target during pointer capture
Category: PEP Team
PEP Team Meeting – Oct 29 2015
- Should we polyfill on* attributes?
- https://github.com/jquery/pep/issues/214
- Implement the properties, but not the attributes
- Landed package.json updates for better use in node
- https://github.com/jquery/PEP/issues/223
- Good to release?
- Yes, aim for a release before next week’s meeting
- Jörn and Scott went through a bunch of PRs and issues
- Jörn will be working on many of the issues
PEP Team Meeting – Oct 01 2015
- Chorded buttons
- W3C PR landed
- PEP PR landed
- Problems with npm package
- https://github.com/jquery/PEP/issues/223
- Adding
dest/
to package so it works properly- https://github.com/jquery/PEP/pull/224
- Also need to include
src/
- Anything else?
- Release a new version as soon as this is fixed
- Functional tests landed in master
- Need to figure out why the test in question is passing with the current implementation
- Scott to review all tests to verify that the movements are correct based on new knowledge of how the movements work
- vacuumTouches
- https://github.com/jquery/PEP/issues/219
- Alex to try to find the original issue, if not let’s ping Daniel Freedman
PEP Team Meeting – Sep 24 2015
- Functional tests look good
- https://github.com/jquery/PEP/pull/207
- Only one test seems odd
- We’ll land now and revisit that test when we find out why it works the way it does
- Chorded buttons
- Jacob to merge https://github.com/w3c/web-platform-tests/pull/1949
- Then we can land https://github.com/jquery/PEP/pull/168
PEP Team Meeting – Aug 06 2015
- Add method to update current elements with touch-action
- https://github.com/jquery/PEP/issues/212
- Agreement to add the method
- Chorded button test still needs to be updated
- https://github.com/w3c/web-platform-tests/pull/1949
- Jacob reviewed updated PR, will respond with feedback soon
PEP Team Meeting – Jul 30 2015
- W3C test automation
- https://github.com/jquery/PEP/pull/207
- https://github.com/jquery/PEP/pull/208
- Scott started review; John-David to make some updates and merge the two PRs into one.
- touch-action
- Should we move to
data-touch-action
now?- https://github.com/jquery/PEP/issues/209
- No, see below for switch to
style
.
touch-action=”none”
doesn’t prevent double tap zoom- Move to using actual CSS via inline
style
attributes.- Need to watch for
touch-action
being removed due to browser sanitization when doingelem.style[prop] = value
and restoretouch-action
to its previous value. - This means that if a user wants to remove
touch-action
, they’ll need to set the value toauto
instead of removing the rule. - Alex to send a PR
- Need to watch for
- README still lists “scroll” as a possible value
- https://github.com/jquery/PEP/issues/210
- Should remove the list of values and link to the spec.
- Should we move to
PEP Team Meeting – Jul 16 2015
- W3C test automation
- John-David Dalton working through each test
- May need to send some updates to W3C
- Chorded button test still needs to be updated
- https://github.com/w3c/web-platform-tests/pull/1949
- Once that lands in W3C, we can import, automate and land https://github.com/jquery/PEP/pull/168
- Jacob to set up meeting to discuss using
touch-action
CSS property instead oftouch-action
attribute
PEP Team Meeting – Jul 09 2015
- W3C test automation
- Landed automated retrieval of tests in master
- Stefan Neubert submitted a W3C test for dispatching pointermove events for chorded button interactions
- https://github.com/w3c/web-platform-tests/pull/1949
- Needs to be less brittle. Ideas?
- Just ignore other
pointermove
events
- Just ignore other
PEP Team Meeting – Jul 02 2015
- W3C test automation
- Automated retrieval of tests
- https://github.com/jquery/PEP/pull/199
- First draft of logo with wordmark
- Stefan Neubert submitted a W3C test for dispatching pointermove events for chorded button interactions
PEP Team Meeting – Jun 18 2015
- Events fired on capture
- No consensus but there is an issue https://github.com/w3c/pointerevents/issues/15
- Touch action
- Jacob has offered to set up a call with someone who worked on http://ecsstender.org/ to try and find a way to use css instead of attribute
- This would also include folks from Hammer.js
- Test automation