Skip to content

Commit f4eda80

Browse files
authored
Update to use the latest ReSpec template
* Use latest ReSpec script * Move contributor names from script to the document * Add myself to contributor list * Remove custom JavaScript * Remove unnecessary section IDs * Use ReSpec syntax for definitions and references to defined terms * Remove parameter tables that duplicate the WebIDL * Remove constructors sections, which otherwise would now have been empty * Use capital MUST consistently * Add GitHub Actions script to tidy the source document
1 parent 409df65 commit f4eda80

File tree

6 files changed

+1504
-2149
lines changed

6 files changed

+1504
-2149
lines changed

.github/workflows/tidy.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Tidy document
2+
on:
3+
workflow_dispatch: {}
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
tidy:
10+
name: Tidy up
11+
runs-on: macos-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- run: brew install tidy-html5
15+
- run: tidy -config tidyconfig.txt -o encrypted-media-respec.html encrypted-media-respec.html
16+
- uses: peter-evans/create-pull-request@v6
17+
with:
18+
title: "Tidied up document using tidy-html5"
19+
commit-message: "chore: tidy up index.html"
20+
branch: html-tidy
21+

W3CTRMANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
encrypted-media-respec.html?specStatus=WD;shortName=encrypted-media;useExperimentalStyles=false respec
22
stack_overview.svg
33
eme.css
4-
encrypted-media.js

0 commit comments

Comments
 (0)