Skip to content

Commit 9f9b8fe

Browse files
committed
Remove spec and TypeScript defintions
The specification work has moved to whatwg/html#8502. The TypeScript definitions have moved to DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dom-navigation/index.d.ts.
1 parent 91c2e7f commit 9f9b8fe

File tree

9 files changed

+15
-2326
lines changed

9 files changed

+15
-2326
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- name: Build
16-
run: make ci
14+
- uses: actions/checkout@v3
15+
- name: Assemble out/ directory
16+
run: |
17+
mkdir out
18+
mv spec.html out/index.html
1719
- name: Deploy
1820
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
1921
uses: peaceiris/actions-gh-pages@v3

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.pr-preview.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44

55
This repository is being used for work in the W3C [Web Platform Incubator Community Group](https://www.w3.org/community/wicg/) (WICG), governed by the [W3C Community License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions, you must join the Community Group, thus signing the CLA.
66

7-
## Editing the specification
8-
9-
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.
10-
11-
To build the specification, you can use one of:
12-
13-
- `make local`: uses a locally-installed copy of Bikeshed
14-
- `make remote`: uses a Bikeshed web service, so you don't have to install anything locally
15-
167
## For maintainers: identifying contributors to a pull request
178

189
If the author is not the sole contributor to a pull request, please identify all contributors in the pull request comment.

LICENSE.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

navigation_api.d.ts

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)