File tree Expand file tree Collapse file tree 3 files changed +11323
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11323
-5
lines changed Original file line number Diff line number Diff line change 1212jobs :
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Group: WHATWG
33H1 : DOM
44Shortname : dom
55Text Macro : TWITTER thedomstandard
6- Text Macro : LATESTRD 2025-06
6+ Text Macro : LATESTRD 2025-12
77Abstract : DOM defines a platform-neutral model for events, aborting activities, and node trees.
88Translation : ja https://triple-underscore.github.io/DOM4-ja.html
99Translation : zh-Hans https://htmlspecs.com/dom/
You can’t perform that action at this time.
0 commit comments