WICG / idle-detection

A proposal for an idle detection and notification API for the web
Other
68 stars 22 forks source link

General specification maintenance #55

Closed reillyeon closed 2 months ago

reillyeon commented 2 months ago

This PR adds proper queuing to for tasks started while in-parallel, including a missing case from inside the requestPermission() steps.

A number of additional Bikeshed warnings are also resolved, including fixing references to Web Platform Tests and the renamed "Geolocation" specification. To add references to all existing Web Platform Tests, "fully active" checks needed to be added to the start() and requestPermission() methods. These checks are already implemented.

Fixed #54.


Preview | Diff

reillyeon commented 2 months ago

@jyasskin, please take a look.