w3c / geolocation

W3C Geolocation API
https://www.w3.org/TR/geolocation/
81 stars 56 forks source link

Return 0 when watchPosition() errors #100

Closed marcoscaceres closed 3 years ago

marcoscaceres commented 3 years ago

Closes #95 - @reillyeon, please see https://github.com/w3c/geolocation-api/issues/95#issuecomment-888988557 for rationale for change.

The following tasks have been completed:

Implementation commitment:


Preview | Diff

marcoscaceres commented 3 years ago

This change is included in test https://github.com/web-platform-tests/wpt/pull/29799

marcoscaceres commented 3 years ago

If I understand correctly you can check off implementation commitment from WebKit and Chromium as they already implement this behavior.

They implement the returning 0 part, yes - but not the "fully active" aspect of #78... so, to use a dated Simpsons reference, "partial credit" :)