Skip to content

Conversation

@marcoscaceres
Copy link
Member

@marcoscaceres marcoscaceres commented Sep 21, 2022

Closes #126


Preview | Diff

@marcoscaceres
Copy link
Member Author

Hiding whitespace makes this easier to review:
https://github.com/w3c/geolocation-api/pull/129/files?diff=unified&w=1

implementation. User agents MAY impose a rate limit on how
frequently position changes are reported.
</li>
<li>If |document| is not [=Document/fully active=] or
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we check this while "in parallel"? If not then we should do a larger rewrite (perhaps in a follow-up to reduce churn) to only go "in parallel" for specifically the requesting permission and acquiring a position steps.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, good point. We should probably just queue a global task here that can then check the state of the document sync.

Co-authored-by: Reilly Grant <[email protected]>
Copy link
Member

@reillyeon reillyeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good as an incremental step.

@reillyeon
Copy link
Member

Please resolve the merge conflicts and I will merge this change.

@marcoscaceres
Copy link
Member Author

Fixed! thanks for the speedy review!

@reillyeon reillyeon merged commit a95f47a into w3c:main Sep 23, 2022
github-actions bot added a commit that referenced this pull request Sep 23, 2022
SHA: a95f47a
Reason: push, by @reillyeon

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@marcoscaceres marcoscaceres deleted the parallel branch October 4, 2022 06:14
himorin added a commit to himorin/w3c-spec-geolocation that referenced this pull request Sep 22, 2025
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.

"request a position" uses "current setting object" from parallel steps.

2 participants