Skip to content

Commit 8a3b918

Browse files
committed
Review Draft Publication: January 2026
And align with spec-factory.
1 parent e7594d5 commit 8a3b918

4 files changed

Lines changed: 2702 additions & 6 deletions

File tree

.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@v3
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 2
20-
- uses: actions/setup-python@v4
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

PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!--
22
Thank you for contributing to the MIME Sniffing Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
3-
When editing this comment after the PR is created, check that PR-Preview doesn't overwrite your changes.
3+
4+
When you submit this PR, and each time you edit this comment (including checking a checkbox through the UI!), PR Preview will run and update it. As such make any edits in one go and only after PR Preview has run.
5+
46
If you think your PR is ready to land, please double-check that the build is passing and the checklist is complete before pinging.
57
-->
68

mimesniff.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Group: WHATWG
33
H1: MIME Sniffing
44
Shortname: mimesniff
55
Text Macro: TWITTER mimesniff
6-
Text Macro: LATESTRD 2025-07
6+
Text Macro: LATESTRD 2026-01
77
Abstract: The MIME Sniffing standard defines sniffing resources.
88
Translation: ja https://triple-underscore.github.io/mimesniff-ja.html
99
Translation: zh-Hans https://htmlspecs.com/mimesniff/

0 commit comments

Comments
 (0)