本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

layout-grid-mode

Specifies if the element text layout grid uses the line and/or char mode.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
5.5+nononono

Values

bothUse both the line and char mode.
noneDo not use a grid.
lineUse a line grid. (Recommended for inline elements.)
charUse a character grid. (Recommended for block elements.)

Remarks

IE only.

Related