Marking print-only and online-only content
Use an element's display attribute if its content is specific to either online, print, or ebook only.
//*/@display
OUP will provide information on when content is to be marked as print-only or online-only.
Mark the following typecoded content as online-only:
|
FMCT:WTPB |
Walk Through Preface to the Book |
This attribute is used instead of versionType attributes because the display attributes may be applied to single pieces of content that do not necessarily have a counterpart. Medium specific features (print or digital) is used for content that has a clear counterpart. For instance, QR codes are necessary for print but a hyperlink to would be more useful online. The version attributes are used to link the two versions of the same piece of content together and ensure there is appropriate content available for each audience (either the print user or the online user) that may come across it.
Print-only - mark element with display="print"
<e id="acref-9780195123456-e-0076" doi="10.1093/acref/9780195123456.013.0076" display="print">
<headwordGroup><!-- Content skipped for brevity --></headwordGroup>
</e>
Online-only - mark element with display="online"
<e id="acref-9780195123456-e-0076" doi="10.1093/acref/9780195123456.013.0076" display="online">
<headwordGroup><!-- Content skipped for brevity --></headwordGroup>
</e>
Ebook-only - mark element with display="ebook"
<e id="acref-9780195123456-e-0076" doi="10.1093/acref/9780195123456.013.0076" display="ebook">
<headwordGroup><!-- Content skipped for brevity --></headwordGroup>
</e>
Online and ebook-only - mark element with display="online ebook"
<p display="online ebook">Source: Oxford University Press</p>
Print and ebook-only - mark element with display="print ebook"
<p display="print ebook">
<list>
<list1 listType="unstructured">
<item1>
<p>
<enumerator>•</enumerator> Web links to key cases and statutory materials</p>
</item1>
<item1>
<p>
<enumerator>•</enumerator> Flowcharts and diagrams illustrating key cases and principles</p>
</item1>
</list1>
</list>
</p>
Print and online-only - mark element with display="online print"
<p display="online print">This chapter is accompanied by a selection of online resources to help you with this topic, including:</p>
All outputs: print, ebook, and online (attribute not defined)
<e id="acref-9780195123456-e-0076" doi="10.1093/acref/9780195123456.013.0076">
<headwordGroup><!-- Content skipped for brevity --></headwordGroup>
</e>