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

The Update latest reading abstract operation is never invoked #204

Closed
pozdnyakov opened this issue May 19, 2017 · 1 comment · Fixed by #197
Closed

The Update latest reading abstract operation is never invoked #204

pozdnyakov opened this issue May 19, 2017 · 1 comment · Fixed by #197
Assignees
Milestone

Comments

@pozdnyakov
Copy link

The Update latest reading abstract operation (https://w3c.github.io/sensors/#update-latest-reading) is never invoked

@tobie
Copy link
Member

tobie commented May 19, 2017

Right, the plan is/was for the rAF hooks to call it. See the related inline issue: https://w3c.github.io/sensors/#issue-63b367e3.

This blocks on #198.

@tobie tobie modified the milestone: Level 1 May 19, 2017
pozdnyakov pushed a commit to pozdnyakov/sensors that referenced this issue Jun 30, 2017
…d internal slots used in the Sensor interface specification.

The refactoring goals are:

1) Stop firing events synchronously.
2) Clean up the internal slots after stop or error.
3) Fix logical errors in the abstract operations.
3) Recompose abstract operations so that duplication of the algorithms steps is removed.
4) Drop the unused abstract operations and internal slots.

Fixes w3c#199
Fixes w3c#200
Fixes w3c#201
Fixes w3c#203
Fixes w3c#218
Fixes w3c#215
Fixes w3c#204
pozdnyakov pushed a commit to pozdnyakov/sensors that referenced this issue Jun 30, 2017
…d internal slots used in the Sensor interface specification.

The refactoring goals are:

- Stop firing events synchronously.
- Reset internal slots values after stop.
- Fix logical errors in the abstract operations.
- Recompose abstract operations so that duplication of the algorithms steps is removed.
- Drop the unused abstract operations and internal slots.

Fixes w3c#203
Fixes w3c#218
Fixes w3c#215
Fixes w3c#204
Fixes w3c#126
Fixes w3c#243
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 a pull request may close this issue.

2 participants