teidata.outputMeasurement
teidata.outputMeasurement webページ上で表示する際の大きさを定義する値の範囲を定義する。 | |
モジュール | tei — The TEI Infrastructure |
当該モジュールを使用するもの | |
Content model |
<content> |
宣言 |
<rng:define name="teidata.outputMeasurement"> teidata.outputMeasurement = token { pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|ch|rem|vw|vh|vmin|vmax)" } |
例 |
<figure>
<head>The TEI Logo</head> <figDesc>Stylized yellow angle brackets with the letters <mentioned>TEI</mentioned> in between and <mentioned>text encoding initiative</mentioned> underneath, all on a white background.</figDesc> <graphic height="600px" width="600px" url="http://www.tei-c.org/logos/TEI-600.jpg"/> </figure> |
解説 |
当該値は、XSLFOやCSSで使用される値になる。詳細は各規格を参照のこと。 現時点で一番詳細なリストは、 CSS3 working draftになる。 |