Skip to content

Correction: Use null instead of NaN when stationary#173

Merged
reillyeon merged 1 commit intomainfrom
remove_nan
Aug 14, 2024
Merged

Correction: Use null instead of NaN when stationary#173
reillyeon merged 1 commit intomainfrom
remove_nan

Conversation

@reillyeon
Copy link
Member

@reillyeon reillyeon commented Aug 14, 2024

This ammends the existing correction clarifying the units and conditions for the heading property. This matches existing implementations which return null in this scenario.

Closes #171.

The following tasks have been completed:

Implementation commitment (and no objections):

  • WebKit (existing behavior)
  • Chromium (existing behavior)
  • Gecko (existing behavior)

Documentation (new feature):

For documentation, either create an issue or pull request in MDN's Content repo - providing as much information as you can. PR is prefered.


Preview | Diff

This ammends the existing correction clarifying the units and conditions
for the heading property. This matches existing implementations which
return null in this scenario.
reillyeon added a commit to reillyeon/content that referenced this pull request Aug 14, 2024
Matches specification change in w3c/geolocation#173 and discussion about existing implementations in w3c/geolocation#171.
@reillyeon reillyeon merged commit 9d5829e into main Aug 14, 2024
@reillyeon reillyeon deleted the remove_nan branch August 14, 2024 19:46
github-actions bot added a commit that referenced this pull request Aug 14, 2024
SHA: 9d5829e
Reason: push, by reillyeon

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Aug 15, 2024
SHA: 9d5829e
Reason: push, by reillyeon

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Josh-Cena pushed a commit to mdn/content that referenced this pull request Aug 24, 2024
* Remove reference to NaN heading value

Matches specification change in w3c/geolocation#173 and discussion about existing implementations in w3c/geolocation#171.

* Update heading/index.md as well
@marcoscaceres
Copy link
Member

With the new Web Driver API, it's now possible to test this, so created:
web-platform-tests/wpt#58065

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.

GeolocationCoordinates.toJSON() - Should the spec cover how to handle NaN headings?

2 participants