Skip to content

Commit 1b36dd9

Browse files
Main document: Fix typos related to references
1 parent f3f57b9 commit 1b36dd9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/main.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -564,33 +564,33 @@ <h4>Normative references section</h4>
564564
<li>The <code>cite</code> element shall contain an <code>id</code> attribute with value prefixed by
565565
<code>bib-</code>.</li>
566566
<li>Each <code>li</code> element may contain additional title information.
567-
568567
<li>Each <code>li</code> element may contain one <code>a</code> element that contains a location where the reference can
569568
be retrieved.</li>
570569
<li>Each <code>li</code> element may contain one <code>span</code> element with a <code>class="doi"</code> attribute that contains the DOI of the document. Using this will also create a DOI resolver URL.</li>
571570
</ul>
572-
<p>Undated references should be used, since they point to the most most up-to-date edition of a document.</p>
571+
572+
<p>The DOI <code>span</code> element should be used, and not the <code>a</code> element, for both the most recent and specific editions of a SMPTE document. SMPTE HO can provide guidance for specific DOIs available.</p>
573+
574+
<p>Undated references should be used, since they point to the most up-to-date edition of a document.</p>
573575

574-
<p>Dated references shall be used when referencing a specific element of the document, e.g., a table. They should also be used when past and future editions of the document are likely to be inadequate. </p>
575-
576-
<p class="note">The DOI <code>span</code> element should be used, and not the <code>a</code> element, for both the most recent and specific editions of a SMPTE document. SMPTE HO can provide guidance for specific DOIs available.</p>
576+
<p>Dated references shall be used when referencing a specific element of the document, e.g., a table. They should also be used when past and future editions of the document are likely to be inadequate.</p>
577577

578578
<div class="example">
579579
<pre>&lt;section id=&quot;sec-normative-references&quot;&gt;
580580
&lt;ul&gt;
581581
&lt;li&gt;
582-
&lt;cite id=&quot;bib-HTML-5&quot;&gt;HTML Standard&lt;/cite&gt;, Living Standard.
583-
&lt;a&gt;https://html.spec.whatwg.org/multipage/&lt;/a&gt;&lt;/li&gt;
582+
&lt;cite id=&quot;bib-HTML-5&quot;&gt;HTML Standard&lt;/cite&gt;, Living Standard
583+
&lt;a&gt;https://html.spec.whatwg.org/multipage/&lt;/a&gt;
584584
&lt;/li&gt;
585585
&lt;li&gt;
586586
&lt;cite id=&quot;bib-SMPTE-st429-18&quot;&gt;SMPTE ST 429-18&lt;/cite&gt;, D-Cinema Packaging — Immersive Audio Track
587587
File
588-
&lt;span class=&quot;doi&quot;&gt;10.5594/SMPTE.ST429-18/&lt;/span&gt;&lt;/li&gt;
588+
&lt;span class=&quot;doi&quot;&gt;10.5594/SMPTE.ST429-18&lt;/span&gt;
589589
&lt;/li&gt;
590590
&lt;li&gt;
591591
&lt;cite id=&quot;bib-SMPTE-st429-18-2023&quot;&gt;SMPTE ST 429-18:2023&lt;/cite&gt;, D-Cinema Packaging — Immersive
592592
Audio Track File (2023 Edition)
593-
&lt;span class=&quot;doi&quot;&gt;10.5594/SMPTE.ST429-18.2023/&lt;/span&gt;&lt;/li&gt;
593+
&lt;span class=&quot;doi&quot;&gt;10.5594/SMPTE.ST429-18.2023&lt;/span&gt;
594594
&lt;/li&gt;
595595
&lt;/ul&gt;
596596
&lt;/section&gt;</pre>
@@ -794,16 +794,16 @@ <h4>Bibliography section</h4>
794794

795795
<p>The absence of this section indicates that no bibliographic references are cited by the document.</p>
796796

797-
<p>If present, the section shall contain a single <code>ul</code> element that conform to the same requirement as the
797+
<p>If present, the section shall contain a single <code>ul</code> element that conforms to the same requirements as the
798798
<code>ul</code> element of the <a>normative references</a> section.</p>
799799

800800
<div class="example">
801801
<pre>&lt;section id=&quot;sec-bibliography&quot;&gt;
802802
&lt;ul&gt;
803803
&lt;li&gt;
804-
&lt;li&gt;&lt;cite id=&quot;bib-iso-directives-part2&quot;&gt;ISO/IEC Directives, Part 2&lt;/cite&gt;,
804+
&lt;cite id=&quot;bib-iso-directives-part2&quot;&gt;ISO/IEC Directives, Part 2&lt;/cite&gt;,
805805
Principles and rules for the structure and drafting of ISO and IEC documents (Ninth edition, 2021)
806-
&lt;a&gt;https://www.iso.org/sites/directives/current/part2/index.xhtml&lt;/a&gt;&lt;/li&gt;
806+
&lt;a&gt;https://www.iso.org/sites/directives/current/part2/index.xhtml&lt;/a&gt;
807807
&lt;/li&gt;
808808
&lt;/ul&gt;
809809
&lt;/section&gt;</pre>

0 commit comments

Comments
 (0)