

#
“tibetan”
“tibetan”はCSSであらかじめ定義されているカウンター・スタイル(“<counter-style-name>”値)で、チベット数字(“༡”,“༢”,“༣”,“༤”,...)で順序を表すためのカウンター・スタイルです。
“tibetan”は“@counter-style”ルールによって以下のように定義されます。
@counter-style tibetan {
system: numeric;
symbols: "\F20" "\F21" "\F22" "\F23" "\F24" "\F25" "\F26" "\F27" "\F28" "\F29";
}
#
#