w3c / browser-specs

A machine-readable list of Web specifications
Other
227 stars 46 forks source link

Update URL of css-values-5, fix duplicates in diff build #1490

Closed tidoust closed 2 months ago

tidoust commented 2 months ago

The CSS Values 5 spec was publised as First Public Working Draft last week.

There are 3 specs in the series (Levels 3, 4 and 5). The diff build script tried to build the other specs in the series twice, one time for the "add" operation and one time for the "delete" operation, which made tests fail. The code now adds specs in the same series only once.

Build test locally, no errors reported.

Fixes #1489 (need to be done manually because automation script cannot delete the previous URL on its own).