data.outputMeasurement
data.outputMeasurement webページ上で表示する際の大きさを定義する値の範囲を定義する. | |
モジュール | tei — The TEI Infrastructure |
当該モジュールを使用するもの | |
宣言 |
data.outputMeasurement =
token
{
pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
} |
例 | <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になる. |