You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Add Chinese wavy title marks to `cite` elements. */:where(cite:lang(zh)) {
font-style: normal;
quotes: none;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-skip: edges;
text-underline-offset:.125em;
}
/* Make sure lines between two (or more) adjacent wavy title marks in `cite` * elements are visually distinguishable if current UA does not support * `text-decoration-skip: edges`. */@supportsnot (text-decoration-skip: edges) {
:where(cite:lang(zh) +cite:lang(zh)) {
margin-inline-start:.125em;
}
}
Han.css提供的標點符號已在多數情況下足夠取用。然而,在某些情況下,如,通過HTML排列一些古典目錄學圖書的段落時,往往會被「《》」(乙式書名號)佔據不少的空間。
整個章節書目號佔了近四分之一的篇幅,若能提供甲式書名號[1](wavy underline, 取 “wu” 或 "wvu" 為 class name)的支援,想必能為此類內容節省不少螢幕空間。
1: https://language.moe.gov.tw/001/Upload/FILES/SITE_CONTENT/M0001/HAU/h12.htm
The text was updated successfully, but these errors were encountered: