You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The references to it are in refs/csswg.json & scripts/csswg.js. I think the best path forward is to move all the entries in refs/csswg.json to refs/biblio.json (there's only 1 item in refs/csswg.json with a different source, which I don't think impacts anything), and then delete scripts/csswg.js (and then by extension, also remove the reference to that script in scripts/run-all and also delete overwrites/csswg.json), but I want to make sure that's the best way before I put together a PR with all those changes.
The text was updated successfully, but these errors were encountered:
That seems a good path forward. Dropping refs/csswg.json is probably not fully necessary but that would at least signal that the information no longer comes from elsewhere.
Per w3c/csswg-drafts#11433, the file https://drafts.csswg.org/biblio.ref isn't used by anything any longer, and should be removed from that repo. Therefore, references to it in SpecRef should be removed.
The references to it are in
refs/csswg.json
&scripts/csswg.js
. I think the best path forward is to move all the entries inrefs/csswg.json
torefs/biblio.json
(there's only 1 item inrefs/csswg.json
with a differentsource
, which I don't think impacts anything), and then deletescripts/csswg.js
(and then by extension, also remove the reference to that script inscripts/run-all
and also deleteoverwrites/csswg.json
), but I want to make sure that's the best way before I put together a PR with all those changes.The text was updated successfully, but these errors were encountered: