You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tests in WPT that assert a non-zero pressure when pointerdown gets fired for touch/pen input, but nothing actually defines how much pressure they should have; it seems sensible to assert that the digitizer has actually noticed something (and thus has non-zero pressure).
While this arguably falls into the "Perform implementation-specific action dispatch steps", it would probably be better to define the default pressure if not specified in WebDriver.
The text was updated successfully, but these errors were encountered:
We have tests in WPT that assert a non-zero pressure when pointerdown gets fired for touch/pen input, but nothing actually defines how much pressure they should have; it seems sensible to assert that the digitizer has actually noticed something (and thus has non-zero pressure).
While this arguably falls into the "Perform implementation-specific action dispatch steps", it would probably be better to define the default pressure if not specified in WebDriver.
The text was updated successfully, but these errors were encountered: