CSS::Enums::Display
Inherits Enum < Comparable < Value < Object
Constants
Block = 0
Inline = 1
RunIn = 2
Flow = 3
FlowRoot = 4
Table = 5
Flex = 6
Grid = 7
Ruby = 8
Contents = 9
None = 10
ListItem = 11
TableRowGroup = 12
TableHeaderGroup = 13
TableFooterGroup = 14
TableRow = 15
TableCell = 16
TableColumnGroup = 17
TableColumn = 18
TableCaption = 19
RubyBase = 20
RubyText = 21
RubyBaseContainer = 22
RubyTextContainer = 23
InlineBlock = 24
InlineTable = 25
InlineFlex = 26
InlineGrid = 27
Instance methods
to_css_value
Source