\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.3.24. att.global.rendition

att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. [1.3.1.1.3. Rendition Indicators]
Moduletei — Specification
Membersatt.global[TEI abbr affiliation age analytic appInfo author authority availability back bibl biblScope biblStruct body c catDesc category change channel char charDecl cit citedRange classDecl date def desc div domain edition editionStmt editor editorialDecl education email encodingDesc entry etym expan extent faith figDesc figure fileDesc floruit forename form front g gender glyph gram gramGrp graphic head hi ident idno imprint interaction item lang langKnowledge langKnown lbl licence list listBibl localProp mapping measure metamark monogr name namespace nationality note notesStmt occupation orgName orth p pc persName persPronouns person personGrp persona place placeName principal profileDesc projectDesc pron pubPlace publicationStmt publisher purpose quote rb ref rendition residence resp respStmt revisionDesc rt ruby seg sense seriesStmt settingDesc sex socecStatus sourceDesc state surname tagUsage tagsDecl taxonomy teiHeader term text title titleStmt trait unicodeProp unihanProp usg xenoData xr]
Attributes
rend(rendition) indicates how the element in question was rendered or presented in the source text.
StatusOptional
Datatype1–∞ occurrences of teidata.word separated by whitespace
<head rend="align(center) case(allcaps)">
 <lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle,
<lb/>On Her <lb/>
 <hi rend="case(mixed)">New Blazing-World</hi>. 
</head>
Note

These Guidelines make no binding recommendations for the values of the rend attribute; the characteristics of visual presentation vary too much from text to text and the decision to record or ignore individual characteristics varies too much from project to project. Some potentially useful conventions are noted from time to time at appropriate points in the Guidelines. The values of the rend attribute are a set of sequence-indeterminate individual tokens separated by whitespace.

stylecontains an expression in some formal style definition language which defines the rendering or presentation used for this element in the source text.
StatusOptional
Datatypeteidata.text
<head style="text-align: center; font-variant: small-caps">
 <lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her
<lb/>
 <hi style="font-variant: normal">New Blazing-World</hi>. 
</head>
Note

Unlike the attribute values of rend, which uses whitespace as a separator, the style attribute may contain whitespace. This attribute is intended for recording inline stylistic information concerning the source, not any particular output.

The formal language in which values for this attribute are expressed may be specified using the <styleDefDecl> element in the TEI header.

If style and rendition are both present on an element, then style overrides or complements rendition. style should not be used in conjunction with rend, because the latter does not employ a formal style definition language.

renditionpoints to a description of the rendering or presentation used for this element in the source text.
StatusOptional
Datatype1–∞ occurrences of teidata.pointer separated by whitespace
<head rendition="#ac #sc">
 <lb/>To The <lb/>Duchesse <lb/>of <lb/>Newcastle, <lb/>On Her
<lb/>
 <hi rendition="#normal">New Blazing-World</hi>. 
</head>
<!-- elsewhere... -->
<rendition xml:id="sc"
 scheme="css">font-variant: small-caps</rendition>
<rendition xml:id="normal"
 scheme="css">font-variant: normal</rendition>
<rendition xml:id="ac"
 scheme="css">text-align: center</rendition>
Note

The rendition attribute is used in a very similar way to the class attribute defined for XHTML but with the important distinction that its function is to describe the appearance of the source text, not necessarily to determine how that text should be presented on screen or paper.

If rendition is used to refer to a style definition in a formal language like CSS, it is recommended that it not be used in conjunction with rend. Where both rendition and rend are supplied, the latter is understood to override or complement the former.

Each URI provided should indicate a <rendition> element defining the intended rendition in terms of some appropriate style language, as indicated by the scheme attribute.