- Pointer Events Hackathon
- Next week, so no PEP meeting
- Update the README during releases
- https://github.com/jquery/PEP/issues/249
- Scott sent a pull request
- Support CSS
touch-actioninstead of custom attribute- https://github.com/jquery/PEP/issues/151
- Setting
style.touchActionas a property is preserved in all browsers, only thestyleattribute is sanitized by the browsers.- Even changing styles via
style.cssTextandsetAttribute(‘style’, …)doesn’t kill custom properties on thestyleproperty.
- Even changing styles via