Skip to content

Commit 7200301

Browse files
authored
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 1c728ce commit 7200301

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/fullscreen.spec.whatwg.org/
2+
/deploy.sh
23
/deploy_key
34
/deploy_key.pub
4-
/deploy.sh
55
/fullscreen.html
66
/review.sh

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
SHELL=/bin/bash -o pipefail
2+
.PHONY: local remote deploy review
3+
14
remote: fullscreen.bs
25
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > fullscreen.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
36

PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Thank you for contributing to the Fullscreen API Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
3+
-->
4+
5+
- [ ] At least two implementers are interested (and none opposed):
6+
*
7+
*
8+
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
9+
*
10+
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed:
11+
* Chrome: …
12+
* Firefox: …
13+
* Safari: …
14+
15+
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

fullscreen.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ steps:
149149
</ol>
150150
</ol>
151151

152-
<p class=note>These steps integrate with the <a>event loop</a> defined in HTML. [[!HTML]]
152+
<p class=note>These steps integrate with the <a for=/>event loop</a> defined in HTML. [[!HTML]]
153153

154154

155155

0 commit comments

Comments
 (0)