whatwg / storage

Storage Standard
https://storage.spec.whatwg.org/
Other
126 stars 55 forks source link

Ambiguity about storage endpoint quota #103

Closed othermaciej closed 4 years ago

othermaciej commented 4 years ago

The storage endpoints section says:

A storage endpoint also has a quota, which is null or a number representing a recommended quota (in bytes) for all storage bottles corresponding to this storage endpoint.

Does this mean the quota should be this value for the total of all storage bottles corresponding to the storage endpoint, or that each bottle corresponding to the storage endpoint should separately have this quota?

annevk commented 4 years ago

Good point, it's the latter (as per the normative algorithms). #104 will fix this.