- 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-actionnow?- 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
styleattributes.- Need to watch for
touch-actionbeing removed due to browser sanitization when doingelem.style[prop] = valueand restoretouch-actionto its previous value. - This means that if a user wants to remove
touch-action, they’ll need to set the value toautoinstead 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