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
<li>The <code>cite</code> element shall contain an <code>id</code> attribute with value prefixed by
565
565
<code>bib-</code>.</li>
566
566
<li>Each <code>li</code> element may contain additional title information.
567
+
567
568
<li>Each <code>li</code> element may contain one <code>a</code> element that contains a location where the reference can
568
569
be retrieved.</li>
570
+
<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>
569
571
</ul>
570
572
<p>Undated references should be used, since they point to the most most up-to-date edition of a document.</p>
571
573
572
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>
573
575
574
-
<pclass="note">DOI links should be used for both the most recent and specific editions of a SMPTE document. SMPTE HO can provide guidance for specific DOIs available.</p>
576
+
<pclass="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>
0 commit comments