|
5 | 5 | <meta http-equiv="x-ua-compatible" content="ie=edge" />
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
7 | 7 | <script type="module" src="../tooling/smpte.js"></script>
|
| 8 | + |
| 9 | + |
8 | 10 | <meta itemprop="pubType" content="ST" />
|
9 |
| - <meta itemprop="pubNumber" content="999" /> |
10 |
| - <!-- <meta itemprop="pubPart" content="99" /> --> |
| 11 | + <meta itemprop="pubNumber" content="100" /> |
| 12 | + <meta itemprop="pubPart" content="10" /> |
11 | 13 | <meta itemprop="pubState" content="draft" />
|
12 | 14 | <meta itemprop="pubStage" content="WD" />
|
13 |
| - <meta itemprop="pubTC" content="27C" /> |
14 |
| - <meta itemprop="pubDateTime" content="2024-01-01" /> |
| 15 | + <meta itemprop="pubConfidential" content="yes" /> |
| 16 | + <meta itemprop="pubTC" content="XX" /> |
| 17 | + <meta itemprop="pubSuiteTitle" content="HTML Pub Tooling" /> |
| 18 | + <meta itemprop="pubDateTime" content="2024-09-30" /> |
15 | 19 | <!-- <meta itemprop="pubRevisionOf" content="SMPTE ST XXXX-Y:ZZZZ" /> -->
|
16 |
| - <!-- <meta itemprop="pubSuiteTitle" content="Sample Document" /> --> |
17 |
| - <title>Title of the document</title> |
| 20 | + |
| 21 | + <title>Template</title> |
18 | 22 | </head>
|
19 | 23 | <body>
|
20 | 24 |
|
21 | 25 | <section id="sec-foreword">
|
22 | 26 | <!-- Remove section if this is the first edition of the document -->
|
23 |
| - <p>List of changes from the previous edition</p> |
| 27 | + <p>The following summarizes the changes from the previous edition of this document:</p> |
| 28 | + <ul> |
| 29 | + <li>external references are updated to their latest versions;</li> |
| 30 | + <li>references are updated to their latest versions.</li> |
| 31 | + </ul> |
24 | 32 | </section>
|
25 | 33 |
|
26 | 34 | <section id="sec-introduction">
|
|
32 | 40 | <p>This is the scope.</p>
|
33 | 41 | </section>
|
34 | 42 |
|
| 43 | + |
| 44 | + |
35 | 45 | <section id="sec-normative-references">
|
36 | 46 | <!-- Remove section if there are no normative references -->
|
37 | 47 | <ul>
|
|
0 commit comments