prefix-word

Prefix Word (For a List Item) (接頭語 (リスト項目用))

リスト内の各項目の先頭に追加される単語または語句 (たとえが、“Step”、“Procedure”)。

備考

表示/書式設定上の注意点: 接頭文字 (数字、中点) に加えて、通常はその前に付く接頭語。たとえば、リスト種別が “order” で接頭語が “Step” であれば、“Step1. aaaa”、 “Step2. bbbb”、“Step3. cccc”、のようなリスが生成されます。典型的には、挿入された単語は、“Step” であって、“Step ” のように語尾に空白がないことに注意してください。
この記載順序の標準的な例外は、中点付きリストで、その場合は接頭文字が接頭語よりも前に書かれます。すなわち、“• Step” となり、“ Step•” ではありません。

次の要素に使用: <def-list>, <list>

意味
文字、数字または特殊文字リストに用いられる接頭語、たとえば “Step” が番号付きリストに使われると、“Step1.”、“Step2.”、“Step3.” などとなる。
制限@prefix-word は任意属性です; 既定値はありません。

用例

...
<list id="g387" list-type="order"
list-content="procedure-list" prefix-word="Step ">
...
<list-item><p>Attach the other red jumper cable clamp to the
working battery's positive terminal.</p></list-item>
</list>
<graphic xlink:href="warning.jpg"/>
<list continued-from="g387" list-type="order"
list-content="procedure-list" prefix-word="Step ">
<list-item><p>Attach one black jumper cable clamp to
the working battery's negative terminal.</p></list-item>
<list-item><p>Attach the other black jumper cable clamp to
a clean metal surface on the disabled vehicle.</p></list-item>
...</list>
...