[csswg-drafts] Pull Request: [css-exclusions-1] Fix bikeshed errors

alkorlos has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-exclusions-1] Fix bikeshed errors ==
The command:

```shell
bikeshed spec css-exclusions-1\Overview.bs
```

Throws error when called locally:
```shell
LINE ~51: The biblio refs [[CSS2]] and [[CSS21]] are both aliases of the same base reference [[CSS21]]. Please choose one name and use it consistently.
```

A search through the repositories shows that the alias `[[!CSS2]]` is used three times more often than `[[!CSS21]]`, so I replaced all aliases with `[[!CSS2]]`.

> All future specifications should refer to CSS 2.2 when referring to CSS level 2;

[Sourse](https://drafts.csswg.org/css2/#about)

But did not find a list of preferred aliases, so relied on the frequency of alias usage in the project. If such a list exists somewhere, please let me know.

See https://github.com/w3c/csswg-drafts/pull/10604


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 20 July 2024 11:16:49 UTC