Skip to content

Commit 9ba8802

Browse files
committed
Review Draft Publication: December 2025
1 parent 769aedf commit 9ba8802

File tree

3 files changed

+11323
-5
lines changed

3 files changed

+11323
-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

dom.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Group: WHATWG
33
H1: DOM
44
Shortname: dom
55
Text Macro: TWITTER thedomstandard
6-
Text Macro: LATESTRD 2025-06
6+
Text Macro: LATESTRD 2025-12
77
Abstract: DOM defines a platform-neutral model for events, aborting activities, and node trees.
88
Translation: ja https://triple-underscore.github.io/DOM4-ja.html
99
Translation: zh-Hans https://htmlspecs.com/dom/

0 commit comments

Comments
 (0)