-
Notifications
You must be signed in to change notification settings - Fork 59
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
[meta] Address remaining TAG review issues #303
Comments
@pozdnyakov if you catch something that I missed, please add issues to the list. |
one thing from w3ctag/design-reviews#110 (comment) is
|
this one is addressed with #304 |
@pozdnyakov TODO still needs to be fixed. |
pozdnyakov
pushed a commit
to pozdnyakov/sensors
that referenced
this issue
Oct 11, 2017
Rationals: - `Error` is often confused with `DOMError` (pls. see w3ctag/design-reviews#110 (comment) "Should Error type rather be DOMException? (w3ctag#88)?" or w3c#142 (comment)) - In practice `DOMException` is (and probably will be) sufficient to represent the errors. - the `Error` type is not quite popular within the specs so browser vendors are reluctant to support it: https://bugs.chromium.org/p/chromium/issues/detail?id=674576 This patch is a part of the effort for fixing the [TAG review issues](w3c#303).
pozdnyakov
pushed a commit
to pozdnyakov/sensors
that referenced
this issue
Oct 12, 2017
Rationals: - `Error` is often confused with `DOMError` (pls. see w3ctag/design-reviews#110 (comment) "Should Error type rather be DOMException? (w3ctag#88)?" or w3c#142 (comment)) - In practice `DOMException` is (and probably will be) sufficient to represent the errors. - the `Error` type is not quite popular within the specs so browser vendors are reluctant to support it: https://bugs.chromium.org/p/chromium/issues/detail?id=674576 This patch is a part of the effort for fixing the [TAG review issues](w3c#303).
pozdnyakov
pushed a commit
to pozdnyakov/sensors
that referenced
this issue
Oct 12, 2017
The 'device sensor' term is defined and used within the specification. Using it in the Scope section instead of 'local sensor' makes this section consistent with the rest of the specification contents and also more clear. This patch is a part of the effort for fixing the [TAG review issues](w3c#303).
pozdnyakov
pushed a commit
to pozdnyakov/sensors
that referenced
this issue
Oct 12, 2017
The 'device sensor' term is defined and used within the specification. Using it in the Scope section instead of 'local sensor' makes this section consistent with the rest of the specification contents and also more clear. This patch is a part of the effort for fixing the [TAG review issues](w3c#303).
pozdnyakov
pushed a commit
to pozdnyakov/sensors
that referenced
this issue
Oct 12, 2017
Make it clear that Sensor states are different than the hardware states. This patch is a part of the effort for fixing the [TAG review issues](w3c#303).
Merged
pozdnyakov
pushed a commit
to pozdnyakov/sensors
that referenced
this issue
Oct 12, 2017
Make it clear that Sensor states are different than the hardware states. This patch is a part of the effort for fixing the [TAG review issues](w3c#303).
pozdnyakov
pushed a commit
to pozdnyakov/sensors
that referenced
this issue
Oct 13, 2017
The 'device sensor' term is defined and used within the specification. Using it in the Scope section instead of 'local sensor' makes this section consistent with the rest of the specification contents and also more clear. This patch is a part of the effort for fixing the [TAG review issues](w3c#303).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on GS API and ALS TAG review notes, adding list of unaddressed issues:
What are the scope/extents of what are considered local sensors? (Better definition for local sensors)
Is "sensor state" meant to be mapped to the hardware sensor or specific to the software reflection that the object in question provides (which might be different than the hardware state)? (Should the state be clarified?)
The example (singular?) doesn't show how to use the Permission API. (Fix examples if applicable, + for all extension specs) Use Permission API in code example #305
Should Error type rather be DOMException? (w3ctag#88)?
What's the model for multiple clients of a sensor like this? (Fix TODO: note for multiple sensors + diagram)
The text was updated successfully, but these errors were encountered: