- "distribute" and "inter-cluster" is optimized for Asian language (Japanese justification sample).
- "kashida" is intended for Arabic language (Arabic justification sample).
Line Height
the distance between two adjacent line's baselines.
#=normal
<div style="line-height:normal"> Today is fine.<br> Tomorrow will be fine.<br> And next day.... </div> |
Today is fine.
Tomorrow will be fine. And next day.... |
#=length (px, pt, in, cm)
<div style="line-height:24pt"> Today is fine.<br> Tomorrow will be fine.<br> And next day.... </div> |
Today is fine.
Tomorrow will be fine. And next day.... |
#=number
<div style="line-height:2;
font-size:12pt">
Today is fine.<br>
Tomorrow will be fine.<br>
<font style="font-size:6pt">
And next day....
</font>
</div>
|
Today is fine.
Tomorrow will be fine. And next day.... |
#=%
<div style="line-height:200%"
font-size:12pt">
Today is fine.<br>
Tomorrow will be fine.<br>
<font style="font-size:6pt">
And next day....
</font>
</div>
|
Today is fine.
Tomorrow will be fine. And next day.... |
Text Alignment
#=left, center, right
#=justify
<p style="text-align:#"> This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! </p>
|
|
|
|
#=newspaper, distribute, distribute-all-lines,
#=kashida
<p style="text-align:justify; text-justify:#"> This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! </p>
|
|
|
|
|
|
|
|
Kashida Space
Text Auto Space
Vertical Alignment
{vertical-align: #}<img src="heno01.gif" style="vertical-align:#"> Today is FINE.<img src="heno02.gif">
|
Today is FINE.
|
|
Today is FINE.
|
|
Today is FINE.
|
|
Today is FINE.
|
|
Today is FINE.
|
|
Today is FINE.
|
Subscript and Superscript
Today is <FONT STYLE="vertical-align:sub"> FINE.</FONT> | Today is FINE. |
Today is <FONT STYLE="vertical-align:super"> FINE.</FONT> | Today is FINE. |
Floating
{float: # } #=left, right, none
<IMG SRC="heno01.gif" STYLE="float:left"> Today is FINE. <BR> Tommorow will be fine. |
Today is FINE.
Tommorow will be fine. |
<IMG SRC="heno01.gif" STYLE="float:right"> Today is FINE. <BR> Tommorow will be fine. |
Today is FINE.
Tommorow will be fine. |
{clear: # } #=left, right, both, none
<IMG SRC="heno01.gif" STYLE="float:left"> Today is FINE. <BR STYLE="clear:left"> Tommorow will be fine. |
Today is FINE.
Tommorow will be fine. |
{text-indent: # }<div style="text-indent:30pt"> Today is fine. Long before the advent of TV weather forecasters, people used tabletop glasses like a spherical flask to predict upcoming changes in weather. </div>
Breaking
#=normal, nowrap
#=pre
|
This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! |
|
This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! |
Internet Explorer 6 support #=pre on the standards-compliant mode switched by !DOCTYPE (Sample).
Word Breaking {word-break: # }
|
This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! |
|
This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! |
Word Wrap {word-wrap: # }
|
LongwordLongwordLongwordLongwordLongwordLongwordLongword |
|
LongwordLongwordLongwordLongwordLongwordLongwordLongword |
Line Breaking {line-break: # }
Layout Grid
Grid Type {layout-grid-type: # }
Grid Mode {layout-grid-mode: # }
Grid Line {layout-grid-line: # }
Grid Character {layout-grid-char: # }Layout Grid is optimized for Asian Language (Sample in Japanese).
<DIV STYLE="font-size:12pt; layout-grid-type:#; layout-grid-mode:both; layout-grid-char:20pt; layout-grid-line:16pt;"> Today is fine. Tomorrow will be fine. </DIV>
|
Today is fine. Tomorrow will be fine.
|
|
Today is fine. Tomorrow will be fine.
|
|
Today is fine. Tomorrow will be fine.
|
Grid Grouping
Text Direction
{direction: # }
#=ltr, rtl
<P STYLE="direction:#">Today is fine.</P>
|
Today is fine. |
|
Today is fine. |
Override Unicode Bidirectional Algorithm<SPAN STYLE="direction:rtl; unicode-bidi:#">Today is fine.</SPAN>
| Today is fine. |
| Today is fine. |
| Today is fine. |
Text Flow Direction<P STYLE="writing-mode:#">Today is fine. Tomorrow will be fine.</P>
|
Long before the advent of TV weather forecasters, people used tabletop glasses like a spherical flask to predict upcoming changes in weather. |
|
Long before the advent of TV weather forecasters, people used tabletop glasses like a spherical flask to predict upcoming changes in weather. |
Text Input Mode
{ime-mode: # }Set the default state of an input method editor (IME) for Japanese, Korean and Chinese system.
<form action=/cgi-bin/post-query method=POST> Your Name in Japanese, Korean, or Chinese characters : <input type=text name=name1 style="ime-mode:active"><br> Your Name in Latin alphabet: <input type=text name=name2 style="ime-mode:inactive"><br> Tel Number: <input type=text name=tel style="ime-mode:deactivated"><br> <input type=reset> </form>
Ruby
{ruby-align: # }<ruby style="ruby-align:#"> <rb><img src="japanese.gif"></rb> <rt>Network Communication Design</rt> </ruby>
ruby-align: auto |
![]() |
ruby-align: left |
![]() |
ruby-align: right |
![]() |
ruby-align: distribute-letter |
![]() |
ruby-align: distribute-space |
![]() |
ruby-align: line-edge |
![]() |
{ruby-position: # }<ruby style="ruby-position:#"> <rb><img src="japanese.gif"></rb> <rt>Network Communication Design</rt> </ruby>
ruby-position: above |
![]() |
ruby-position: inline |
![]() |
