layout-grid-mode

Support Key: [IE5]
Other International Properties
unicode-bidi
direction
ruby-align
ruby-overhang
ruby-position
line-break
word-break
writing-mode
ime-mode
text-justify
text-autospace
text-kashida-space
layout-flow
layout-grid
layout-grid-type
layout-grid-line
layout-grid-char
layout-grid-char-spacing
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
both
Applicable Elements:
All
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
What is it?
Asian languages often employ page layout for characters to achieve better visual formatting using a one or two-dimensional grid. This property controls the type (if any) of the page layout grid to be used.

Allowed Values
both
[IE5]
Type: Explicit
Description:
Character (char) and line grid modes are enabled. This value allows full grid layout for an element.
none
[IE5]
Type: Explicit
Description:
No layout grid is used.
line
[IE5]
Type: Explicit
Description:
Only a line grid is used for the element. Recommended for inline elements.
char
[IE5]
Type: Explicit
Description:
Only a character grid is used for the element. Recommended for block-level elements.
Example
Ext/Doc: div { layout-grid-mode: both; layout-grid-type: loose; layout-grid-char-spacing: 15px }
In-Line:  <div STYLE="layout-grid-mode: both; layout-grid-type: loose;
layout-grid-char-spacing: 15px">Content snapped to a layout grid</div>
Browser Peculiarities

Boring Copyright Stuff....