<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" ident="outputRendition" xml:id="gi-outputRendition" module="tagdocs">
  <desc versionDate="2015-08-21" xml:lang="en">
    describes the rendering or
    appearance intended for all occurrences of an element in a specified
    context for a specified type of output.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="model.oddDecl"/>
  </classes>
  <content>
    <textNode/>
  </content>
  <attList>
    <attDef ident="scope">
      <desc versionDate="2016-02-05" xml:lang="en">provides a way of defining
          <soCalled>pseudo-elements</soCalled>, that is, styling rules applicable to specific
        sub-portions of an element.</desc>
      <datatype>
	<dataRef key="teidata.enumerated"/>
      </datatype>
      <valList type="open">
        <valItem ident="first-line">
          <desc versionDate="2016-02-05" xml:lang="en">styling applies to the first line of the
            target element.</desc>
        </valItem>
        <valItem ident="first-letter">
          <desc versionDate="2016-02-05" xml:lang="en">styling applies to the first character of the
            target element.</desc>
        </valItem>
        <valItem ident="before">
          <desc versionDate="2016-02-05" xml:lang="en">styling should be applied immediately before
            the content of the target element.</desc>
        </valItem>
        <valItem ident="after">
          <desc versionDate="2016-02-05" xml:lang="en">styling should be applied immediately after
            the content of the target element.</desc>
        </valItem>
      </valList>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="gi-outputRendition-egXML-kp">
      <model predicate="ancestor::p" behaviour="inline">
        <outputRendition>font-style: italic;</outputRendition>
      </model>
      <model behaviour="block">
        <outputRendition>left-margin: 2em;</outputRendition>
      </model>
    </egXML>
  </exemplum>
  <remarks versionDate="2016-02-05" xml:lang="en">
    <p>This component of an element specification describes the rendering or
      appearance intended for all occurrences of the element in a specified
      context for a specified type of output. The <gi>rendition</gi> element, by
        contrast, describes the actual rendering or appearance of all occurrences
        of the specified element in a source document. The
        <att>useSourceRendition</att> attribute may however be used to indicate
        that formatting information provided by a <gi>rendition</gi> element is to
        be combined with any provided by an <gi>outputRendition</gi> element.</p>
    <p>It is strongly recommended that the W3C Cascading Stylesheet language
      (CSS2 or later) be used to express the required formatting information.</p>
   
  </remarks>
   
  <listRef>
    <ptr target="#TDPMOR"/>
  </listRef>
  
</elementSpec>
