-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In SMPTE ST 2094-50, we want to include a modified source for a definition. Something to the effect of:
[SOURCE: ISO/DIS 21496-1:2025, modified — Notes 1, 2, and 3 to entry have been added.]
The code to insert the SOURCE part is here
Line 1388 in dca1e12
| element.insertBefore(document.createTextNode("[SOURCE: "), anchor); |
I think that the easiest way to go about this would be to support code of the form:
<dd><a href="#bib-iso-21496-1" data-mod="Notes 1, 2, and 3 to entry have been added"><a></dd>
In the code, if the data-mod attribute is present then we'd add the text =", modified -- ", appended by the text of the modification, followed by the close-bracket.
Metadata
Metadata
Assignees
Labels
No labels