w3c / IndexedDB

Indexed Database API
https://w3c.github.io/IndexedDB/
Other
240 stars 62 forks source link

Could we drop the spec versioning? #402

Open marcoscaceres opened 1 year ago

marcoscaceres commented 1 year ago

Just wondering... now that we have the ability to publish "living standards" as REC, would it be worth considering dropping the version number of the spec itself? Or does each new spec version introduce breaking changes that makes IDB not backwards compatible?

I guess I'm wondering what the purpose of the spec versioning (i.e., the 3.0) is and who it's intended for?

inexorabletash commented 1 year ago

No backwards incompatibility. The versioning just predates the living standard model. IMHO the only requirement is being more rigorous about what normative changes we incorporate - with the versioned model we could roll back ED changes if there was an objection from an implementor. But that's not a blocker.

inexorabletash commented 1 year ago

Is https://www.w3.org/wiki/Evergreen_Standards the best link to describe the process, @marcoscaceres ?

marcoscaceres commented 9 months ago

sorry the delay in replying, but yes.