Skip to content

PointerEvents should have fractional coordinates #107

@mustaqahmed

Description

@mustaqahmed

PointerEvent spec doesn't override the MouseEvent spec definition of (clientX, clientY) and (screenX, screenY) coordinates: all of them are integers. In Edge, PointerEvents (and not MouseEvents) have fractional client coordinates even though screen coordinates are always integers.

Chrome follows the spec but wants to follow Edge.

  1. Should we spec this?
  2. If yes, does it make sense to have both screen and client coordinates fractional, instead of only client coordinate as in Edge?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions