Skip to content

Commit

Permalink
Make CSS21 an alias of CSS2 (#854)
Browse files Browse the repository at this point in the history
CSS2 used to be an alias of CSS21 in both Specref and the W3C API, but the
relationship got swapped in the W3C API a couple of days ago as the final
intent is that revision 1 and revision 2 of CSS Level 2 end up being known as
simply CSS2.

This update swaps the alias direction in Specref as well to align with the W3C
API. That update is actually needed to fix the build because the W3C API now
reports the `obsoletes` property for CSS2, which created an incorrect alias
entry in the JSON file.
  • Loading branch information
tidoust authored Feb 21, 2025
1 parent 1b04b76 commit 330aa19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions refs/w3c.json
Original file line number Diff line number Diff line change
Expand Up @@ -3031,9 +3031,6 @@
"isRetired": true
},
"CSS2": {
"aliasOf": "CSS21"
},
"CSS21": {
"authors": [
"Bert Bos",
"Tantek Çelik",
Expand Down Expand Up @@ -3337,6 +3334,9 @@
"font"
]
},
"CSS21": {
"aliasOf": "CSS2"
},
"CSS22": {
"authors": [
"Bert Bos"
Expand Down

0 comments on commit 330aa19

Please sign in to comment.