Skip to content

Commit d1eb5ee

Browse files
authored
Setup geolocation-element.bs. (#84)
- Empty geolocation-element.bs - Add to build file, ignore, and Github workflow.
1 parent a24df2e commit d1eb5ee

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/auto-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
SOURCE: permission-elements.bs
2020
TOOLCHAIN: bikeshed
2121
GH_PAGES_BRANCH: gh-pages
22+
- uses: w3c/spec-prod@v2
23+
with:
24+
SOURCE: geolocation-element.bs
25+
TOOLCHAIN: bikeshed
26+
GH_PAGES_BRANCH: gh-pages
2227
copy_demo:
2328
name: Copy demo page to gh-pages
2429
runs-on: ubuntu-latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.ninja_log.last_upload
33
permission-element.html
44
permission-elements.html
5+
geolocation-element.html

build.ninja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ rule bikeshed
44

55
build permission-element.html: bikeshed permission-element.bs
66
build permission-elements.html: bikeshed permission-elements.bs
7-
default permission-elements.html
7+
build geolocation-element.html: bikeshed geolocation-element.bs
8+
default permission-element.html permission-elements.html geolocation-element.html

geolocation-element.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<pre class="metadata">
2+
Title: The HTML Geolocation Element
3+
Status: DREAM
4+
Shortname: geolocation-element
5+
Abstract:
6+
</pre>
7+

0 commit comments

Comments
 (0)