Skip to content

Commit

Permalink
Drop access-control from biblio.json, now handled in w3c.json (tobi…
Browse files Browse the repository at this point in the history
…e#830)

* Drop `access-control` from biblio.json, now handled in w3c.json

`access-control` was marked as an alias of `fetch`. That's not incorrect, but
history-wise, `access-control` is more an alias of `cors`, which got superseded
by `fetch`. That history wasn't properly recorded in the W3C database. It now
is, so W3C update script is currently stuck because it wants to add an
`access-control` entry that targets `cors`, duplicating the entry in
`biblio.json`. This update drops the entry from `biblio.json`, so that updates
may resume.

(The superseding relationship between `cors` and `fetch` is not properly
captured yet but that's orthogonal to the problem at hand, see tobie#829).
  • Loading branch information
tidoust authored and dr-shorthair committed Nov 29, 2024
1 parent 19089d4 commit aa9ee69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions refs/biblio.json
Original file line number Diff line number Diff line change
Expand Up @@ -4028,9 +4028,6 @@
"status": "Final",
"title": ".ZIP File Format Specification"
},
"access-control": {
"aliasOf": "FETCH"
},
"bibo": {
"authors": [
"Bruce D'Arcus",
Expand Down
3 changes: 3 additions & 0 deletions refs/w3c.json
Original file line number Diff line number Diff line change
Expand Up @@ -18799,6 +18799,9 @@
},
"repository": "https://github.com/w3c/accelerometer"
},
"access-control": {
"aliasOf": "cors"
},
"accessibility-conformance-challenges": {
"authors": [
"Michael Cooper",
Expand Down

0 comments on commit aa9ee69

Please sign in to comment.