CSS LAYOUT-GRID
Asian languages often employ page layout for characters to achieve better visual formatting using a one or two-dimensional grid. The ‘layout-grid’ property is a shorthand method used to set the ‘layout-grid-mode’, ‘layout-grid-type’, ‘layout-grid-line’, ‘layout-grid-char’, and ‘layout-grid-char-spacing’ properties using a single property notation.
Example
div {
layout-grid: both loose 15px 15px 2cm
}
Content snapped
to a layout grid
to a layout grid
2 Responses
It’s not css3. It’s -ms properties in IE. It’s not related with css3 standard.
This is realted to the CSS3 standard and is in the CSS3 spec. http://www.w3.org/TR/css3-grid/