2013-06-12

← Older revision

Revision as of 16:59, 12 June 2013

(2 intermediate revisions by one user not shown)

Line 40:

Line 40:

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=inline-table

|Data Type=inline-table



|Description=The inline-table value does not have a direct mapping in HTML. It behaves like a <table> HTML element, but as an inline box, rather than a block-level box. Inside the table box is a block-level context. This is a table model value in CSS 2.1.

+

|Description=The inline-table value does not have a direct mapping in HTML. It behaves like a

<table>

HTML element, but as an inline box, rather than a block-level box. Inside the table box is a block-level context. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-caption

|Data Type=table-caption



|Description=Behaves like the <caption> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the

<caption>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-cell

|Data Type=table-cell



|Description=Behaves like the <td> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the

<td>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-column

|Data Type=table-column



|Description=Behaves like the <col> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the

<col>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-column-group

|Data Type=table-column-group



|Description=Behaves like the <colgroup> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the

<colgroup>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-footer-group

|Data Type=table-footer-group



|Description=Behaves like the <tfoot> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the

<tfoot>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-header-group

|Data Type=table-header-group



|Description=Behaves like the corresponding <thead> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the corresponding

<thead>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-row

|Data Type=table-row



|Description=Behaves like the <tr> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the

<tr>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=table-row-group

|Data Type=table-row-group



|Description=Behaves like the <tbody> HTML element. This is a table model value in CSS 2.1.

+

|Description=Behaves like the

<tbody>

HTML element. This is a table model value in CSS 2.1.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=flex

|Data Type=flex



|Description=Behaves like an block element for laying out content in the flexbox model. This is a flexbox model value in CSS3.

+

|Description=Behaves like an block element for laying out content in the flexbox model. This is a flexbox model value in CSS3
. See [[css/properties/flex|flex]]
.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=inline-flex

|Data Type=inline-flex



|Description=Behaves like an inline element for laying out content in the flexbox model. This is a flexbox model value in CSS3.

+

|Description=Behaves like an inline element for laying out content in the flexbox model. This is a flexbox model value in CSS3
. See [[css/properties/flex|flex]]
.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=grid

|Data Type=grid

|Description=Behaves like a block element for laying out content in the grid model.

|Description=Behaves like a block element for laying out content in the grid model.



Note: At the time of this writing, most modern browsers do not support this property. This is a grid box model value (an experimental tag in CSS 3.0).

+

Note: At the time of this writing, most modern browsers do not support this property. This is a grid box model value (an experimental tag in CSS 3.0)
. See [[css/properties/grid|grid]]
.

}}{{CSS Property Value

}}{{CSS Property Value

|Data Type=inline-grid

|Data Type=inline-grid



|Description=Behaves like an inline element for laying out content in the grid model. This is a grid box model value (an experimental tag in CSS 3.0).

+

|Description=Behaves like an inline element for laying out content in the grid model. This is a grid box model value (an experimental tag in CSS 3.0)
. See [[css/properties/grid|grid]]
.

}}

}}

}}

}}

Show more