☰
English
accent-color
align
alignment-baseline
all
anchor
animation
appearance
aspect-ratio
backdrop-filter
backface-visibility
background
baseline
block-size
border
bottom
box
break
caption-side
caret
clear
clip
color
column
columns
contain
container
content
corner
counter
cursor
cx
cy
d
direction
display
dominant-baseline
dynamic-range-limit
empty-cells
field-sizing
fill
filter
flex
float
flood
font
forced-color-adjust
gap
grid
height
hyphenate
hyphens
image
ime-mode
initial-letter
inline-size
inset
interactivity
interest
interpolate-size
isolation
justify
left
letter-spacing
lighting-color
line
list
margin
marker
mask
math
max
min
mix-blend-mode
object
offset
opacity
order
orphans
outline
overflow
overlay
overscroll
padding
page
paint-order
perspective
place
pointer-events
position
print-color-adjust
quotes
r
reading
resize
right
rotate
row
ruby
rule
rx
ry
scale
scroll
scrollbar
shape
speak
stop
stroke
tab-size
table-layout
text
timeline
top
touch-action
transform
transition
translate
trigger-scope
unicode-bidi
user-select
vector-effect
vertical-align
view
visibility
white
widows
width
will-change
word
writing-mode
x
y
z-index
zoom
מאפיין display
מאפיין display קובע איך אלמנט מייצר תיבות ומשתתף בפריסה. תחביר מודרני: outer + inner (לדוגמה 'block flex'); תחביר legacy: ערך אחד (block, inline-block, flex...). אחד המאפיינים החשובים ביותר ב-CSS.
.box { display: flex; }
.box { display: inline flow-root; }
block
תיבת block ברמת outer.
inline
תיבת inline ברמת outer (ברירת מחדל).
run-in
תיבת run-in ברמת outer.
flow
inner: זרימה רגילה.
flow-root
inner: BFC חדש (משמש לcontainment).
table
inner: פריסת טבלה.
flex
inner: flexbox.
grid
inner: CSS Grid.
ruby
inner: פריסת ruby (CJK).
list-item
יוצר תיבת list-item (עם marker).
none
האלמנט וצאצאיו מוסרים מהפריסה לחלוטין.
contents
התיבה מוסרת אבל הצאצאים נשארים — שימושי בlayouts מורכבים.
inline-block
Legacy: inline flow-root.
inline-table
Legacy: inline table.
inline-flex
Legacy: inline flex.
inline-grid
Legacy: inline grid.
table-row
Internal: שורת טבלה.
table-cell
Internal: תא טבלה.
table-row-group
Internal: tbody.
table-header-group
Internal: thead.
table-footer-group
Internal: tfoot.
table-column
Internal: col.
table-column-group
Internal: colgroup.
table-caption
Internal: caption.
ruby-base
Internal: בסיס הטקסט ב-ruby.
ruby-text
Internal: טקסט ה-annotation ב-ruby.
ruby-base-container
Internal: מכיל את כל ruby-base בשורה.
ruby-text-container
Internal: מכיל את כל ruby-text בשורה.
inline-list-item
Legacy: list-item ברמת inline.
CSS Display Module Level 4
Editor's Draft
W3C
MDN