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

remove UNKNOWN_ERROR from the list of PositionError.code can take #5

Merged
merged 1 commit into from Oct 14, 2011
Merged

remove UNKNOWN_ERROR from the list of PositionError.code can take #5

merged 1 commit into from Oct 14, 2011

Conversation

myakura
Copy link

@myakura myakura commented Oct 12, 2011

https://github.com/myakura/diveintohtml5/blob/master/geolocation.html#L144 says:

The code property will be one of [snip]

  • UNKNOWN_ERROR (0) if anything else goes wrong.

However, UNKNOWN_ERROR was removed from the specification long time ago.
http://www.w3.org/2009/11/02-geolocation-minutes.html

And Gecko and WebKit already removed their impls to match the spec.
http://hg.mozilla.org/mozilla-central/rev/c3924062e8bc
http://trac.webkit.org/changeset/50605

So I don't think there's any need to mention about the constant.

jonathantneal added a commit that referenced this pull request Oct 14, 2011
remove UNKNOWN_ERROR from the list of PositionError.code can take
@jonathantneal jonathantneal merged commit cbee97c into jonathantneal:master Oct 14, 2011
@jonathantneal
Copy link
Owner

Fantastic myakura, thank you.

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.

None yet

2 participants