CSS 參考手冊
改變單詞之間的間距使得每行對齊:
目前主流瀏覽器都不支持 text-emphasis 屬性。
text-emphasis 屬性是簡寫屬性,用于在一個聲明中設置 text-emphasis-style 和 text-emphasis-color。
提示:Adobe 的 "Kenten Generic OpenType Font" 是一個適合重點標記的字體,它專門為重點標記設計。
默認值: | none |
---|---|
繼承性: | yes |
版本: | CSS3 |
JavaScript 語法: | object.style.textEmphasis="filled blue" |
text-emphasis: text-emphasis-style text-emphasis-color;
值 | 描述 |
---|---|
text-emphasis-style | 向元素的文本應用重點標記。 |
text-emphasis-color | 定義重點標記的前景色。 |