Skip to content

Support for <title render="[value]"> in <unittitle> #1511

Open
@mmmmcode

Description

@mmmmcode

ArcLight currently displays the contents of <title> tags contained in <unittitle> tags, but does not style contents as specified in the "render" attributes in either the component view or navigation sidebar.

Example of a <unittitle> that contains the title of a brochure, which would ideally display in quotation marks

<c01 level="item">
        <did>
          <unittitle>
            <title render="doublequote">Good habits for children</title>
          </unittitle>
          <unitdate calendar="gregorian" certainty="approximate" datechar="creation" era="ce"
            normal="1950/1959" type="inclusive">approximately 1950s</unitdate>
          <container label="Mixed Materials" type="box">1</container>
        </did>
</c01>

Another example where a <unittitle> contains the title of a magazine, which would ideally display in italics:

<c02 level="file">
        <did>
          <unittitle>
            <title render="italic">BUST</title>, issues 1-15
          </unittitle>
          <container label="Mixed Materials" type="box">1A</container>
        </did>
</c02>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions