monks/caption_side
The caption-side CSS property puts the content of a table’s {{HTMLElement(“caption”)}} on the specified side. The values are relative to the {{cssxref(“writing-mode”)}} of the table.
Values
pub const bottom: #(String, String)
- : The caption box should be positioned at the block end side of the table.> [!NOTE]> The CSS logical properties and values module defines two logical values,
inline-startandinline-end, to position the caption box at the inline start edge and inline end edge of the table, respectively. These values are not supported in any browsers.
pub const revert_layer: #(String, String)
pub const top: #(String, String)
- : The caption box should be positioned at the block start side of the table.