Anssi Kostiainen
Anssi Kostiainen
The spec uses lowerCamelCase names for its internal slots while the ECMAScript spec uses UpperCamelCase. Consider adopting the UpperCamelCase notation for this spec too. For the context, see @annevk's https://github.com/heycam/webidl/issues/453#issuecomment-334101431
We should check that the spec complies with https://w3ctag.github.io/design-principles/#support-non-fully-active Given https://w3c.github.io/sensors/#can-expose-sensor-readings is conditional to https://html.spec.whatwg.org/multipage/interaction.html#currently-focused-area-of-a-top-level-browsing-context (among other checks) we may be good. @marcoscaceres is probably interested in this design discussion.
We should properly specify the constructor algorithm and internal slots for `SensorErrorEvent`: https://www.w3.org/TR/generic-sensor/#the-sensor-error-event-interface
The constructors of concrete sensor specs invoke "Construct a FooSensor object" abstract operation (e.g. [accelerometer](https://w3c.github.io/accelerometer/#construct-an-accelerometer-object) and [gyroscope](https://w3c.github.io/gyroscope/#construct-a-gyroscope-object)) that in turn invokes [Check sensor policy-controlled features](https://w3c.github.io/sensors/#check-sensor-policy-controlled-features) defined in the Generic Sensor...
We should understand the constraints that a possible compatibility with HbbTV could put on the design of the Presentation API. Related discussion at: https://lists.w3.org/Archives/Public/public-secondscreen/2015Feb/0102.html
When doing a larger change spanning across components it is often helpful to have a single issue for tracking the bigger change. This is such a "meta issue" for tracking...
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js): no - OS Platform and Distribution: macOS 10.15.7 and iOS 14.1...
>RESOLUTION: Continue monitoring ALS API developer interest and work with more browser vendors. Encourage developers to experiment with existing prototypes. via https://www.w3.org/2020/10/23-dap-minutes.html#r01 📢 Web developers - To help accelerate the...
> I believe these valid use-cases can be satisfied with `onlowpower` and maybe `onfullpower` events, rather than the current API. The existing API can have its precision reduced, likely without...
We should consider consolidating the use cases into its own section. Some of the use cases are discussed in the introduction, some in separate GitHub issues, some can be found...