w3c / web-locks

Cross-tab resource coordination API
https://w3c.github.io/web-locks/
Other
124 stars 16 forks source link

[WebLocks]: Specifying ordering for navigator.locks.query() #56

Closed andreas-butler closed 5 years ago

andreas-butler commented 5 years ago

Adds a paragraph explaining the ordering requirement for the state snapshot's ordering.

inexorabletash commented 5 years ago

That takes care of the non-normative text. Unfortunately the normative text will require more surgical updating.

... which does mean the order is currently strictly specified.

inexorabletash commented 5 years ago

Merged!

I made two minor tweaks:

I think technically we'd need to populate the map and not assume an entry exists for each name, but we can tackle that later.