4 files changed
+31
-21
lines changedLines changed: 15 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 |
| |
5 | 9 |
| |
6 | 10 |
| |
| |||
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
14 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 |
| |
16 | 25 |
| |
17 | 26 |
| |
| |||
24 | 33 |
| |
25 | 34 |
| |
26 | 35 |
| |
27 |
| - | |
28 | 36 |
| |
29 | 37 |
| |
30 | 38 |
| |
31 | 39 |
| |
32 | 40 |
| |
33 | 41 |
| |
34 |
| - | |
| 42 | + | |
35 | 43 |
| |
36 | 44 |
| |
37 | 45 |
| |
| |||
44 | 52 |
| |
45 | 53 |
| |
46 | 54 |
| |
47 |
| - | |
| 55 | + | |
48 | 56 |
| |
49 | 57 |
| |
50 | 58 |
| |
| |||
54 | 62 |
| |
55 | 63 |
| |
56 | 64 |
| |
57 |
| - | |
| 65 | + | |
58 | 66 |
| |
59 | 67 |
| |
60 |
| - | |
| 68 | + |
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
8 |
| - | |
| 7 | + | |
9 | 8 |
| |
10 | 9 |
| |
11 |
| - | |
12 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
| |||
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
370 |
| - | |
| 370 | + | |
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
| |||
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
| 430 | + | |
| 431 | + | |
434 | 432 |
| |
435 | 433 |
| |
436 | 434 |
| |
|
- .github/workflows/main.yml+13-5
- .smpte-build.json+1-1
- README.md+8-3
- css/smpte-errors.css+7
- css/smpte.css+335-79
- doc/elements/sample.txt+1
- doc/main.html+1.4k-94
- doc/snippets/list-sample-complex.txt+41
- doc/snippets/pre-commit+8
- doc/snippets/skeleton.html+7-1
- doc/snippets/tab-sample-tabledata-centercell.txt+27
- doc/snippets/tab-sample-tabledata-colcenter.txt+27
- doc/snippets/tab-sample-tabledata-colspan.txt+30
- doc/snippets/tab-sample-tabledata-complex.txt+52
- doc/snippets/tab-sample-tabledata-defaultalign.txt+27
- doc/snippets/tab-sample-tabledata-multiheader.txt+32
- doc/snippets/tab-sample-tabledata-rowspan.txt+26
- js/common.mjs+190-1
- js/validate.mjs+735-180
- package-lock.json+2.1k-2.2k
- package.json+7-6
- scripts/build.mjs+489-78
- scripts/validate.mjs+2-2
- smpte.js+653-217
- static/smpte-icon.png
- test/resources/html/validation/annex-reference-valid.html+44
- test/resources/html/validation/bibliography-valid.html-1
- test/resources/html/validation/body-order-invalid.html-1
- test/resources/html/validation/dl-valid.html+31
- test/resources/html/validation/effectiveDateTime-invalid.html-1
- test/resources/html/validation/eg-conformance-valid.html+27
- test/resources/html/validation/elements-invalid.html+38
- test/resources/html/validation/elements-valid.html+29
- test/resources/html/validation/empty-anchor-invalid.html+21
- test/resources/html/validation/example-valid.html+23
- test/resources/html/validation/general-valid.html-1
- test/resources/html/validation/note-valid.html+23
- test/resources/html/validation/ol-valid.html+30
- test/resources/html/validation/om-valid.html-1
- test/resources/html/validation/one-subclause-invalid.html+26
- test/resources/html/validation/pub-version-valid.html+23
- test/resources/html/validation/pubConfidential-invalid.html+18
- test/resources/html/validation/pubConfidential-valid.html+18
- test/resources/html/validation/pubDateTime-invalid.html-1
- test/resources/html/validation/pubState-invalid.html-1
- test/resources/html/validation/pubVersion-invalid.html+18
- test/resources/html/validation/st-missing-suite-title-invalid.html+22
- test/resources/html/validation/st-standalone-valid.html+21
- test/resources/html/validation/st-valid.html+23
- test/resources/html/validation/terms-2-invalid.html+29
- test/resources/html/validation/terms-2-valid.html+36
- test/resources/html/validation/terms-3-invalid.html+36
- test/resources/html/validation/terms-invalid.html+29
- test/resources/html/validation/terms-note-to-entry-2-valid.html+42
- test/resources/html/validation/terms-valid.html+14-3
- test/src/testValidation.mjs+16-8
- workflows/action.yml+31-2
0 commit comments