att.media
att.media provides attributes for specifying display and related properties of external media.
Module | tei | ||||||||||||||||||
Members | graphic | ||||||||||||||||||
Attributes | Attributes att.internetMedia (mimeType)
|
||||||||||||||||||
Source | Github
<classSpec module="tei" type="atts" ident="att.media"> <desc>provides attributes for specifying display and related properties of external media.</desc> <classes> <memberOf key="att.internetMedia"/> </classes> <attList> <attDef ident="width" usage="opt"> <desc>Where the media are displayed, indicates the display width</desc> <datatype> <dataRef key="teidata.outputMeasurement"/> </datatype> </attDef> <attDef ident="height" usage="opt"> <desc>Where the media are displayed, indicates the display height</desc> <datatype> <dataRef key="teidata.outputMeasurement"/> </datatype> </attDef> <attDef ident="scale" usage="opt"> <desc>Where the media are displayed, indicates a scale factor to be applied when generating the desired display size</desc> <datatype> <dataRef key="teidata.numeric"/> </datatype> </attDef> </attList> </classSpec> |