1
1
This repository hosts the [ Fullscreen API Standard] ( https://fullscreen.spec.whatwg.org/ ) .
2
2
3
- ### Code of conduct
3
+ ## Code of conduct
4
4
5
- We are committed to providing a friendly, safe and welcoming environment for all. Please read and
5
+ We are committed to providing a friendly, safe, and welcoming environment for all. Please read and
6
6
respect the [ WHATWG Code of Conduct] ( https://whatwg.org/code-of-conduct ) .
7
7
8
- ### Contribution opportunities
8
+ ## Contribution opportunities
9
9
10
10
Folks notice minor and larger issues with the Fullscreen API Standard all the time and we'd love
11
11
your help fixing those. Pull requests for typographical and grammar errors are also most welcome.
12
12
13
13
We'd be happy to mentor you through this process. If you're interested and need help getting
14
- started, leave a comment on the issue or ask around [ on IRC] ( https://wiki. whatwg.org/wiki/IRC ) .
14
+ started, leave a comment on the issue or ask around [ on IRC] ( https://whatwg.org/irc ) .
15
15
16
- ### Pull requests
16
+ ## Pull requests
17
17
18
18
In short, change ` fullscreen.bs ` and submit your patch, with a
19
19
[ good commit message] ( https://github.com/whatwg/meta/blob/master/COMMITTING.md ) . Consider
@@ -22,19 +22,18 @@ reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here.
22
22
Please add your name to the Acknowledgments section in your first pull request, even for trivial
23
23
fixes. The names are sorted lexicographically.
24
24
25
- If you want to preview the spec locally, you can either use a locally installed copy of
26
- [ Bikeshed] ( https://github.com/tabatkins/bikeshed ) by running ` make ` or use the HTTP API version by
27
- running ` make remote ` .
25
+ ## Building "locally"
28
26
29
- If you want to do a complete "local deploy" including commit and/or branch snapshots, run
30
- ` make deploy ` .
27
+ For quick local iteration, run ` make ` . To verify your changes locally, run ` make deploy ` . See more
28
+ in the
29
+ [ WHATWG Contributor Guidelines] ( https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md#building ) .
31
30
32
- ### Merge policy
31
+ ## Merge policy
33
32
34
33
If you can commit to this repository, see the
35
34
[ maintainer guidelines] ( https://github.com/whatwg/meta/blob/master/MAINTAINERS.md ) .
36
35
37
- ### Tests
36
+ ## Tests
38
37
39
38
Tests can be found in the ` fullscreen/ ` directory of
40
- [ ` web-platform-tests ` ] ( https://github.com/w3c/ web-platform-tests ) .
39
+ [ ` web-platform-tests/wpt ` ] ( https://github.com/web-platform-tests/wpt ) .
0 commit comments