Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion refs/w3c.json
Original file line number Diff line number Diff line change
Expand Up @@ -7532,6 +7532,40 @@
"title": "Internet Privacy Working Group Privacy Practices for the Web"
},
"IndexedDB": {
"aliasOf": "IndexedDB-3",
"isSeriesAlias": true
},
"IndexedDB-20090929": {
"aliasOf": "IndexedDB-1-20090929"
},
"IndexedDB-20100105": {
"aliasOf": "IndexedDB-1-20100105"
},
"IndexedDB-20100819": {
"aliasOf": "IndexedDB-1-20100819"
},
"IndexedDB-20110419": {
"aliasOf": "IndexedDB-1-20110419"
},
"IndexedDB-20111206": {
"aliasOf": "IndexedDB-1-20111206"
},
"IndexedDB-20120524": {
"aliasOf": "IndexedDB-1-20120524"
},
"IndexedDB-20130516": {
"aliasOf": "IndexedDB-1-20130516"
},
"IndexedDB-20130704": {
"aliasOf": "IndexedDB-1-20130704"
},
"IndexedDB-20141120": {
"aliasOf": "IndexedDB-1-20141120"
},
"IndexedDB-20150108": {
"aliasOf": "IndexedDB-1-20150108"
},
"IndexedDB-1": {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this and other remaining opened PRs, shouldn't we try to "fix" the W3C API as well? Cc @deniak.

The W3C system is fine with a spec and a spec series that are both named IndexedDB. We may not need to create an IndexedDB-1 entry in the W3C system as a result, but then the shortlink returned for the IndexedDB entry is essentially meaningless, since it's supposed to target the first version but https://www.w3.org/TR/IndexedDB/ returns the latest version.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the status of this conversation?

"authors": [
"Nikunj Mehta",
"Jonas Sicking",
Expand Down Expand Up @@ -24151,7 +24185,7 @@
}
},
"WebSimpleDB": {
"aliasOf": "IndexedDB"
"aliasOf": "IndexedDB-1"
},
"Window": {
"authors": [
Expand Down