You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A figure can be inserted using a <code>figure</code> elementwith the following requirements:</p>
1002
+
<p>A figure can be inserted using a <code>figure</code> element, using the image format as defined in <ahref="#bib-smpte-ag-02"></a>, with the following requirements. </p>
987
1003
988
1004
<p>The <code>figure</code> element shall contain:</p>
989
1005
<ul>
@@ -1001,7 +1017,7 @@ <h4>Figures</h4>
1001
1017
<divclass="example">
1002
1018
<pre>
1003
1019
<figure id="figure-sample-image">
1004
-
<img src="media/sample.png">
1020
+
<img src="media/sample.svg">
1005
1021
<figcaption>Example of a figure</figcaption>
1006
1022
</figure>
1007
1023
</pre>
@@ -2204,64 +2220,160 @@ <h3>Complex List Example</h3>
2204
2220
<h2>Document Status Workflow</h2>
2205
2221
2206
2222
<sectionid="sec-document-mapping-status">
2207
-
<h3>Mapping <code>pubState</code>and <code>pubStage</code> to Document Status</h3>
2223
+
<h3>Mapping <code>meta</code>tags to Document Status</h3>
2208
2224
<p>
2209
-
<ahref="#tab-document-mapping-status"></a> maps the required values of <code>content</code> for <code>pubState</code> and <code>pubStage</code> during the various stages of document development.
2225
+
<ahref="#tab-document-mapping-status"></a> maps the required <code>content</code>values of <code>pubState</code>, <code>pubStage</code>, and <code>pubConfidential</code> during the various stages of document development. These values represent the naming convention(s) as defined in <ahref="#bib-smpte-ag-02"></a> and flowcharts as defined in <ahref="#bib-smpte-ag-07"></a>
<td>FCD ballot complete with no comments (or) DP ballot passed (or) ready for ST Audit (or) undergoing ST audit</td>
2349
+
<td>Ready for ST (Standards Committee) Audit</td>
2253
2350
<td><code>DP</code></td>
2254
2351
<td><code>pub</code></td>
2352
+
<td><code>yes</code></td>
2255
2353
</tr>
2256
2354
<tr>
2257
-
<td>ST audit complete (or) waiting for publication</td>
2355
+
<td>ST Audit period</td>
2356
+
<td><code>DP</code></td>
2357
+
<td><code>pub</code></td>
2358
+
<td><code>yes</code></td>
2359
+
</tr>
2360
+
<tr>
2361
+
<td>ST Audit complete</td>
2258
2362
<td><code>PUB</code></td>
2259
2363
<td><code>draft</code></td>
2364
+
<td><code>yes</code></td>
2365
+
</tr>
2366
+
<tr>
2367
+
<td>Waiting for publication</td>
2368
+
<td><code>PUB</code></td>
2369
+
<td><code>draft</code></td>
2370
+
<td><code>yes</code></td>
2260
2371
</tr>
2261
2372
<tr>
2262
2373
<td>Published</td>
2263
2374
<td><code>PUB</code></td>
2264
2375
<td><code>pub</code></td>
2376
+
<td><code>no</code></td>
2265
2377
</tr>
2266
2378
</tbody>
2267
2379
</table>
@@ -2287,7 +2399,7 @@ <h3>GitHub Releases</h3>
2287
2399
The <code>latestEditionTag</code> property in the <code>.smpte-build.json</code> file shall always be equal to the name of the most recent git tag. This will trigger the tooling to create a link for <code>Redline to most recent edition</code> during any PRs and merges to the <code>main</code> branch.
2288
2400
</p>
2289
2401
<p>
2290
-
The tooling will automatically generate zip files within the release details page, to be used for both :</p>
2402
+
The tooling will automatically generate zip file packages within the release details page, to be used for both :</p>
2291
2403
<ul>
2292
2404
<li>TC review/balloting (named as per <ahref="#bib-smpte-ag-02"></a>)</li>
2293
2405
<li>(and) SMPTE Document Library publishing (named by the tag)</li>
@@ -2317,7 +2429,7 @@ <h3>Sample Workflow </h3>
2317
2429
The below list shows a sample workflow which would be the steps for an Engineering Document going through an initial draft or revision and the balloting process.
2318
2430
</p>
2319
2431
2320
-
<pclass="note">Editors and Chairs should be aware of the general guidelines provided in the <ahref="#bib-smpte-gh-om"></a>.
2432
+
<pclass="note">Editors and Chairs should be aware of the general guidelines provided in the <ahref="#bib-smpte-ag-31"></a>.
2321
2433
</p>
2322
2434
<ol>
2323
2435
@@ -2491,12 +2603,9 @@ <h3>Sample Workflow </h3>
2491
2603
<li><citeid="bib-iso-directives-part2">ISO/IEC Directives, Part 2</cite>, Principles and rules for the structure and drafting
0 commit comments