Merge pull request #251 from theIDinside/fix-bikeshed-generation · w3c/picture-in-picture@fa78aaa
w3c
·
2026-03-03
·
via Recent Commits to picture-in-picture:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit fa78aaa
Merge pull request #251 from theIDinside/fix-bikeshed-generation
Add new API endpoint & explicit type parameter1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,7 +2,7 @@ LOCAL_BIKESHED := $(shell command -v bikeshed 2> /dev/null)
|
2 | 2 | |
3 | 3 | index.html: index.bs |
4 | 4 | ifndef LOCAL_BIKESHED |
5 | | - curl https://api.csswg.org/bikeshed/ -f -F file=@$< >$@; |
| 5 | + curl https://www.w3.org/publications/spec-generator/ -f -F type=bikeshed-spec -F file=@$< >$@; |
6 | 6 | else |
7 | 7 | bikeshed spec $< |
8 | 8 | endif |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments