[csswg-drafts] Be consistent about versioning in ED URLs

gsnedders has just created a new issue for https://github.com/w3c/csswg-drafts:

== Be consistent about versioning in ED URLs ==
See https://github.com/tidoust/reffy-reports/issues/11#issuecomment-406428227.

By and large, we use unversioned ED URLs for the current work, and versioned for later levels. We have so few RECs that we don't really have much to go by for earlier levels.

>From a quick look, the specs with versioned ED URLs are:

```
css-animations-2/Overview.bs:ED: https://drafts.csswg.org/css-animations-2/
css-backgrounds-4/Overview.bs:ED: https://drafts.csswg.org/css-backgrounds-4/
css-cascade-3/Overview.bs:ED: https://drafts.csswg.org/css-cascade-3/
css-conditional-3/Overview.bs:ED: https://drafts.csswg.org/css3-conditional/
css-fonts-4/Overview.bs:ED: https://drafts.csswg.org/css-fonts-4/
css-gcpm-4/Overview.bs:ED: https://drafts.csswg.org/css-gcpm-4/
css-grid-2/Overview.bs:ED: https://drafts.csswg.org/css-grid-2/
css-images-3/Overview.bs:ED: https://drafts.csswg.org/css-images-3/
css-images-4/Overview.bs:ED: https://drafts.csswg.org/css-images-4/
css-lists-3/Overview.bs:ED: https://drafts.csswg.org/css-lists-3/
css-multicol-2/Overview.bs:ED: https://drafts.csswg.org/css-multicol-2/
css-overflow-3/Overview.bs:ED: https://drafts.csswg.org/css-overflow-3/
css-overflow-4/Overview.bs:ED: https://drafts.csswg.org/css-overflow-4/
css-pseudo-4/Overview.bs:ED: https://drafts.csswg.org/css-pseudo-4/
css-ruby-1/Overview.bs:ED: https://drafts.csswg.org/css-ruby-1/
css-scroll-snap-1/Overview.bs:ED: https://drafts.csswg.org/css-scroll-snap-1/
css-shapes-2/Overview.bs:ED: https://drafts.csswg.org/css-shapes-2/
css-sizing-3/Overview.bs:ED: https://drafts.csswg.org/css-sizing-3/
css-tables-3/Overview.bs:ED: https://drafts.csswg.org/css-tables-3/
css-text-3/Overview.bs:ED: https://drafts.csswg.org/css-text-3/
css-text-4/Overview.bs:ED: https://drafts.csswg.org/css-text-4/
css-text-decor-3/Overview.bs:ED: https://drafts.csswg.org/css-text-decor-3/
css-text-decor-4/Overview.bs:ED: https://drafts.csswg.org/css-text-decor-4/
css-transforms-2/Overview.bs:ED: https://drafts.csswg.org/css-transforms-2/
css-transitions-2/Overview.bs:ED: https://drafts.csswg.org/css-transitions-2/
css-ui-4/Overview.bs:ED: https://drafts.csswg.org/css-ui-4/
css-values-3/Overview.bs:ED: https://drafts.csswg.org/css-values-3/
css-writing-modes-3/Overview.bs:ED: https://drafts.csswg.org/css-writing-modes-3/
css-writing-modes-4/Overview.bs:ED: https://drafts.csswg.org/css-writing-modes-4/
mediaqueries-4/Overview.bs:ED: https://drafts.csswg.org/mediaqueries-4/
mediaqueries-5/Overview.bs:ED: https://drafts.csswg.org/mediaqueries-5/
web-animations-1/Overview.bs:ED: https://drafts.csswg.org/web-animations-1/
web-animations-2/Overview.bs:ED: https://drafts.csswg.org/web-animations-2/
```

Needlessly versioned: 

 * css-conditional-3/Overview.bs
 * css-images-3/Overview.bs
 * css-lists-3/Overview.bs
 * css-overflow-3/Overview.bs
 * css-pseudo-4/Overview.bs
 * css-ruby-1/Overview.bs
 * css-scroll-snap-1/Overview.bs
 * css-sizing-3/Overview.bs
 * css-tables-3/Overview.bs
 * css-text-3/Overview.bs
 * css-text-decor-3/Overview.bs
 * css-ui-4/Overview.bs
 * css-writing-modes-4/Overview.bs

Other wrongness:
 * css-sizing-4/Overview.bs should be css-sizing-4 (current work is 3)
 * css-ui-3/Overview.bs maybe should be css-ui-3 (current work is 4… do we want to keep the ED pointing at it on the post-REC ED of 3?)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2941 using your GitHub account

Received on Friday, 20 July 2018 11:28:27 UTC