CSS3 text-emphasis 屬性
實例
改變單詞之間的間距使得每行對齊:
p
{
text-align:justify;
text-justify:inter-word;
}
流覽器支持
目前主流流覽器都不支持 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 | 定義重點標記的前景色。 |