Skip to content

Commit cfd5c87

Browse files
committed
Review Draft Publication: January 2026
And align with spec-factory.
1 parent 1543d5f commit cfd5c87

File tree

3 files changed

+1332
-5
lines changed

3 files changed

+1332
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 2
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.14"
2323
- run: pip install bikeshed && bikeshed update
2424
# Note: `make deploy` will do a deploy dry run on PRs.
2525
- run: make deploy

notifications.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Group: WHATWG
33
H1: Notifications API
44
Shortname: notifications
55
Text Macro: TWITTER notifyapi
6-
Text Macro: LATESTRD 2025-01
6+
Text Macro: LATESTRD 2026-01
77
Abstract: This standard defines an API to display notifications to the end user, typically outside the top-level browsing context's viewport. It is designed to be compatible with existing notification systems, while remaining platform-independent.
88
Translation: ja https://triple-underscore.github.io/notifications-ja.html
99
Translation: zh-Hans https://htmlspecs.com/notifications/

0 commit comments

Comments
 (0)