Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
SOURCE: permission-element.bs
TOOLCHAIN: bikeshed
GH_PAGES_BRANCH: gh-pages
- uses: w3c/spec-prod@v2
with:
SOURCE: permission-elements.bs
TOOLCHAIN: bikeshed
GH_PAGES_BRANCH: gh-pages
- uses: w3c/spec-prod@v2
with:
SOURCE: geolocation-element.bs
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ An HTML permission element for the
[geolocation](https://www.w3.org/TR/geolocation/) feature:

* [Explainer](geolocation_explainer.md)
* [Joined Permission Elements specification draft](https://wicg.github.io/PEPC/permission-elements.html)
* [Geolocation Element Specification Draft](https://wicg.github.io/PEPC/geolocation-element.html)

# Page Embedded Permission Control (PEPC)

The originally proposed permission element, for any
[permission](https://www.w3.org/TR/permissions/)

* [Explainer for PEPC](explainer.md)
* [Specification draft](https://wicg.github.io/PEPC/permission-element.html)
* [Permission Element Specification draft](https://wicg.github.io/PEPC/permission-element.html)
(as of Sept 22, 2025)
3 changes: 1 addition & 2 deletions build.ninja
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ rule bikeshed
description = bikeshed $in

build permission-element.html: bikeshed permission-element.bs
build permission-elements.html: bikeshed permission-elements.bs
build geolocation-element.html: bikeshed geolocation-element.bs
default permission-element.html permission-elements.html geolocation-element.html
default permission-element.html geolocation-element.html