Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to Bikeshed #49

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions Makefile

This file was deleted.

16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ started, leave a comment on the issue or ask around [on IRC](https://wiki.whatwg
### Pull requests

See the [html repository's README](https://github.com/whatwg/html/blob/master/README.md) for the
general guidelines. Note that `source` is `Overview.src.html` and "Acknowledgements" is
"Acknowledgments" here (I know). Also, the Fullscreen API Standard uses
[Anolis](https://wiki.whatwg.org/wiki/Anolis) to generate `Overview.html`. (Do not worry if using
that tool is too complicated, your pull request does not need to contain the generated HTML.)
general guidelines.

Please add your name to the Acknowledgments section in your first pull request, even for trivial
fixes. The names are sorted lexicographically.

To generate `fullscreen.html`, [bikeshed](https://github.com/tabatkins/bikeshed) can be used. Do not worry
if using that tool is too complicated; your pull request does not need to contain the generated HTML
to be accepted. If you _do_ want to use it, the easiest way is probably via the HTTP API:

```
curl https://api.csswg.org/bikeshed/ -f -F file=@fullscreen.bs > fullscreen.html
```

### Merge policy

Expand Down
Loading