Previous |
Table of Contents |
Bottom |
Next |
Quick Table of Contents |
---|
A Internationalization
A.1 Additional writing-mode values |
The following additional values for the "writing-mode" property provide for more extensive internationalization support.
The values have the following meanings:
Inline components and text within a line are stacked top-to-bottom. Lines and blocks are stacked left-to-right.
Establishes the following directions:
inline-progression-direction to top-to-bottom
block-progression-direction to left-to-right
shift-direction to right-to-left
Inline components and text within a line are stacked bottom-to-top. Lines and blocks are stacked left-to-right.
Establishes the following directions:
inline-progression-direction to bottom-to-top
block-progression-direction to left-to-right
shift-direction to right-to-left
Inline components and text within a line are stacked bottom-to-top. Lines and blocks are stacked right-to-left.
Establishes the following directions:
inline-progression-direction to bottom-to-top
block-progression-direction to right-to-left
shift-direction to left-to-right
Inline components and text within a line are stacked left-to-right. Lines and blocks are stacked bottom-to-top.
Establishes the following directions:
inline-progression-direction to left-to-right
block-progression-direction to bottom-to-top
shift-direction to bottom-to-top
Inline components and text within a line are stacked right-to-left. Lines and blocks are stacked bottom-to-top.
Establishes the following directions:
inline-progression-direction to right-to-left
block-progression-direction to bottom-to-top
shift-direction to bottom-to-top
Inline components and text within the first line are stacked left-to-right, within the second line they are stacked right-to-left; continuing in alternation. Lines and blocks are stacked bottom-to-top.
Establishes the following directions:
inline-progression-direction to left-to-right for odd-numbered lines, right-to-left for even-numbered lines
block-progression-direction to bottom-to-top
shift-direction to bottom-to-top
Inline components and text within the first line are stacked left-to-right, within the second line they are stacked right-to-left; continuing in alternation. Lines and blocks are stacked top-to-bottom.
Establishes the following directions:
inline-progression-direction to left-to-right for odd-numbered lines, right-to-left for even-numbered lines
block-progression-direction to top-to-bottom
shift-direction to bottom-to-top
Inline components and text within the first line are stacked left-to-right, within the second line they inverted and are stacked right-to-left; continuing in alternation. Lines and blocks are stacked bottom-to-top.
Establishes the following directions:
inline-progression-direction to left-to-right for odd-numbered lines, right-to-left for even-numbered lines
block-progression-direction to bottom-to-top
shift-direction to bottom-to-top for odd-numbered lines, top-to-bottom for even-numbered lines
Inline components and text within the first line are stacked left-to-right, within the second line they inverted and are stacked right-to-left; continuing in alternation. Lines and blocks are stacked top-to-bottom.
Establishes the following directions:
inline-progression-direction to left-to-right for odd-numbered lines, right-to-left for even-numbered lines
block-progression-direction to top-to-bottom
shift-direction to bottom-to-top for odd-numbered lines, top-to-bottom for even-numbered lines
Text is written in two character, right-to-left pairs. The pairs are then stacked top-to-bottom to form a line. Lines and blocks are stacked right-to-left.
Establishes the following directions:
inline-progression-direction to top-to-bottom
block-progression-direction to right-to-left
shift-direction to left-to-right
Previous |
Table of Contents |
Top |
Next |