<?xml version="1.0" encoding="UTF-8"?><property><name>display</name><description><![CDATA[The type of box for an element.]]></description><keywords><![CDATA[css property display]]></keywords><longDescription><![CDATA[<p>This property, in combination with <code>float</code> and <code>position</code>, determines the type of box or boxes that are generated for an element.</p>

]]></longDescription><syntaxes><syntax><![CDATA[display: inline | block | inline-block | list-item | run-in | compact | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | ruby | ruby-base | ruby-text | ruby-base-group | ruby-text-group | <template> | none;]]></syntax></syntaxes><defaultValue><![CDATA[inline]]></defaultValue><values><value><name><![CDATA[inline]]></name><description><![CDATA[<p>Inline boxes.</p>]]></description></value><value><name><![CDATA[block]]></name><description><![CDATA[<p>Block boxes.</p>]]></description></value><value><name><![CDATA[inline-block]]></name><description><![CDATA[<p>A block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the box itself is formatted as an inline box.</p>]]></description></value><value><name><![CDATA[list-item]]></name><description><![CDATA[<p>One or more block boxes and one marker box. Marker boxes are defined in the Lists module <a href="http://www.w3.org/TR/css3-lists/">[CSS3LIST]</a>. If the Lists module is not ready, define the position of the marker and the list-style property here? Or <a href="http://www.w3.org/TR/CSS21/generate.html#lists">refer to CSS 2.1 instead?</a></p>]]></description></value><value><name><![CDATA[run-in]]></name><description><![CDATA[<p>Either block or inline boxes, depending on context (see <a href="http://www.w3.org/TR/css3-box/#run-in-boxes">Run-in boxes</a>). Properties apply to run-in boxes based on their final status (<a href="http://www.w3.org/TR/css3-box/#inline-level">inline-level</a> or <a href="http://www.w3.org/TR/css3-box/#block-level">block-level</a>).</p>]]></description></value><value><name><![CDATA[compact]]></name><description><![CDATA[<p>Either block boxes or a marker box, depending on context (see <a href="http://www.w3.org/TR/css3-box/#compact-boxes">Compact boxes</a>). Properties apply to compact boxes based on their final status.</p>]]></description></value><value><name><![CDATA[table]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[inline-table]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-row-group]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-header-group]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-footer-group]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-row]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-column-group]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-column]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-cell]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[table-caption]]></name><description><![CDATA[<p>See the Tables module <a href="http://www.w3.org/TR/css3-box/#CSS3TBL">[CSS3TBL]</a>.</p>]]></description></value><value><name><![CDATA[ruby]]></name><description><![CDATA[<p>See the Ruby module <a href="http://www.w3.org/TR/css3-ruby/">[CSS3RUBY]</a>.</p>]]></description></value><value><name><![CDATA[ruby-base]]></name><description><![CDATA[<p>See the Ruby module <a href="http://www.w3.org/TR/css3-ruby/">[CSS3RUBY]</a>.</p>]]></description></value><value><name><![CDATA[ruby-text]]></name><description><![CDATA[<p>See the Ruby module <a href="http://www.w3.org/TR/css3-ruby/">[CSS3RUBY]</a>.</p>]]></description></value><value><name><![CDATA[ruby-base-group]]></name><description><![CDATA[<p>See the Ruby module <a href="http://www.w3.org/TR/css3-ruby/">[CSS3RUBY]</a>.</p>]]></description></value><value><name><![CDATA[ruby-text-group]]></name><description><![CDATA[<p>See the Ruby module <a href="http://www.w3.org/TR/css3-ruby/">[CSS3RUBY]</a>.</p>]]></description></value><value><name><![CDATA[<template>]]></name><description><![CDATA[<p>See the Advanced Layout module <a href="http://www.w3.org/TR/css3-layout/">[CSS3LAYOUT]</a>.</p>]]></description></value><value><name><![CDATA[none]]></name><description><![CDATA[<p>This value causes an element to generate no boxes (i.e., the element has no effect on layout). Descendant elements do not generate any boxes either; this behavior cannot be overridden by setting the <code>display</code> property on the descendants.</p>]]></description></value></values><versions><version key="doc1"><![CDATA[http://www.w3.org/TR/CSS1/#display]]></version><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/visuren.html#display-prop]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/visuren.html#display-prop]]></version><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-box/#display]]></version></versions></property>