Skip to content

Commit

Permalink
Add level to canonical URL of css-color-hdr (#1542)
Browse files Browse the repository at this point in the history
The draft used to be without a level but gained one recently, changing the
actual shortname of the spec:
w3c/csswg-drafts@2329ab2

(Build failed because it could no longer find the path to the source in the
GitHub repository)
  • Loading branch information
tidoust authored Nov 1, 2024
1 parent 1a09cf3 commit 4a96867
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@
},
"https://drafts.csswg.org/css-borders-4/",
"https://drafts.csswg.org/css-color-6/ delta",
"https://drafts.csswg.org/css-color-hdr/",
{
"url": "https://drafts.csswg.org/css-color-hdr-1/",
"formerNames": [
"css-color-hdr"
]
},
"https://drafts.csswg.org/css-conditional-values-1/",
"https://drafts.csswg.org/css-display-4/",
"https://drafts.csswg.org/css-env-1/",
Expand Down

0 comments on commit 4a96867

Please sign in to comment.