File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
/webidl.spec.whatwg.org /
2
2
/deploy.sh
3
3
/index.html
4
- /review.sh
5
4
/node_modules /
Original file line number Diff line number Diff line change 1
1
SHELL =/bin/bash -o pipefail
2
- .PHONY : local remote deploy review
2
+ .PHONY : local remote deploy
3
3
4
4
remote : index.bs
5
5
@ (HTTP_STATUS=$$ (curl https://api.csswg.org/bikeshed/ \
@@ -22,7 +22,3 @@ deploy: index.bs
22
22
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
23
23
POST_BUILD_STEP=' node ./check-grammar.js "$$DIR/index.html" && npm run webidl-grammar-post-processor -- --input "$$DIR/index.html"' \
24
24
bash ./deploy.sh
25
-
26
- review : index.bs
27
- curl --remote-name --fail https://resources.whatwg.org/build/review.sh
28
- bash ./review.sh
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ Thank you for contributing to the Web IDL Standard! Please describe the change y
8
8
- [ ] [ Tests] ( https://github.com/web-platform-tests/wpt ) are written and can be reviewed and commented upon at:
9
9
* …
10
10
- [ ] [ Implementation bugs] ( https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests ) are filed:
11
- * Chrome : …
12
- * Firefox : …
13
- * Safari : …
11
+ * Chromium : …
12
+ * Gecko : …
13
+ * WebKit : …
14
14
* Deno: …
15
15
* Node.js: …
16
16
* webidl2.js: …
17
17
* widlparser: …
18
+ - [ ] [ MDN issue] ( https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests ) is filed: …
18
19
19
20
(See [ WHATWG Working Mode: Changes] ( https://whatwg.org/working-mode#changes ) for more details.)
You can’t perform that action at this time.
0 commit comments