- 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-action
instead of custom attribute- https://github.com/jquery/PEP/issues/151
- Setting
style.touchAction
as a property is preserved in all browsers, only thestyle
attribute is sanitized by the browsers.- Even changing styles via
style.cssText
andsetAttribute(‘style’, …)
doesn’t kill custom properties on thestyle
property.
- Even changing styles via