Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up navigator.pointerEnabled #4287

Merged
merged 1 commit into from
Mar 1, 2016
Merged

Clean up navigator.pointerEnabled #4287

merged 1 commit into from
Mar 1, 2016

Conversation

IvanSanchez
Copy link
Member

Quoting from https://docs.webplatform.org/wiki/dom/Navigator/pointerEnabled :

In late 2013, pointerEnabled was removed from the specification as checking PointerEvent in Window object is sufficient for feature detection. Do not use this property and use PointerEvent instead.

See also https://msdn.microsoft.com/en-us/library/windows/apps/hh972607.aspx , jquery-archive/PEP@30493f1. This should be safe to remove.

@IvanSanchez IvanSanchez added this to the 1.0 milestone Feb 29, 2016
@mourner
Copy link
Member

mourner commented Mar 1, 2016

Looks like the tests are fine except these timeouts, so 👍 on merge.

mourner added a commit that referenced this pull request Mar 1, 2016
Clean up navigator.pointerEnabled
@mourner mourner merged commit 2b970bf into master Mar 1, 2016
@mourner mourner deleted the pointer-enabled branch March 1, 2016 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants