ホーム HTML CSS XML JAVASCRIPT   PHP SQL MORE...   リファレンス 事例集    

CSS3 text-emphasis プロパティ

CSS3 Reference 完全な CSS3 リファレンス

均等割りは、単語の区切り文字で間隔を変更します:

p
{
text-align:justify;
text-justify:inter-word;
}

ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

text-emphasis プロパティをサポートしているブラウザはありません。


定義と用法

text-emphasis property specifies the justification method to use when text-align is set to "justify".

デフォルト値: auto
継承: yes
バージョン: CSS3
JavaScript構文: object.style.textJustify="inter-word"


構文

text-justify: auto|inter-word|inter-ideograph|inter-cluster|distribute|kashida|trim;

説明
auto ブラウザは、均等割りアルゴリズムに従うことを決定します
inter-word 均等割りにより、単語区切りなにスペースを使って単語を分割する言語に使われます)
inter-ideograph Justification changes spacing at word separators and at inter-graphemic boundaries in scripts that use no word spaces (typically used for CJK languages)
inter-cluster Justification changes spacing at word separators and at grapheme cluster boundaries in clustered scripts (typically used for Southeast Asian scripts)
distribute Justification changes spacing both at word separators and at grapheme cluster boundaries in all scripts except those in the connected and cursive groups
kashida Justification stretches Arabic and related scripts through the use of kashida or other calligraphic elongation
trim Specifies that compression is preferred to expansion and enables the trimming of blank space in glyphs where allowed by typographic tradition


CSS3 Reference 完全な CSS3 リファレンス