Skip to content

Commit

Permalink
Redirect the spec to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 6, 2022
1 parent 98a9901 commit 9af8531
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 539 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: make ci
run: mkdir out && mv redirect.html out/index.html
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
Expand Down
4 changes: 0 additions & 4 deletions .pr-preview.json

This file was deleted.

7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ This repository is being used for work in the W3C [Web Platform Incubator Commun

## Editing the specification

Edits to the specification are done in the `spec.bs` file, which is then compiled with the [Bikeshed](https://tabatkins.github.io/bikeshed/) spec pre-processor.

To build the specification, you can use one of:

- `make local`: uses a locally-installed copy of Bikeshed
- `make remote`: uses a Bikeshed web service, so you don't have to install anything locally
The specification is now maintained as part of the HTML Standard, in [whatwg/html](https://github.com/whatwg/html). Small updates are best done as a pull request against that repository. Large feature proposals might work well being incubated in this repository; we can discuss on the issue tracker about adding a specification document here for such incubations.

## Reference implementation

Expand Down
27 changes: 0 additions & 27 deletions Makefile

This file was deleted.

8 changes: 2 additions & 6 deletions Security and Privacy.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Security and privacy

See spec's [Security and Privacy](https://wicg.github.io/import-maps/#security-and-privacy) section.

## Questionnaire answers
# Security and privacy questionnaire answers

The following are the answers to the W3C TAG's [security and privacy self-review questionnaire](https://www.w3.org/TR/security-privacy-questionnaire/).

Expand Down Expand Up @@ -72,7 +68,7 @@ No, apart from via the HTTP cache.

**Does this specification have a "Security Considerations" and "Privacy Considerations" section?**

[Yes](https://wicg.github.io/import-maps/#security-and-privacy).
Yes.

**Does this specification allow downgrading default security characteristics?**

Expand Down
5 changes: 5 additions & 0 deletions redirect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to https://html.spec.whatwg.org/multipage/webappapis.html#import-maps</title>
<meta http-equiv="refresh" content="0; URL=https://html.spec.whatwg.org/multipage/webappapis.html#import-maps">
<link rel="canonical" href="https://html.spec.whatwg.org/multipage/webappapis.html#import-maps">
495 changes: 0 additions & 495 deletions spec.bs

This file was deleted.

0 comments on commit 9af8531

Please sign in to comment.