aboutsummarylogtreecommitdiffstats
path: root/css3-props-all.txt
blob: 979689fa2d58637af78d9b224ea57aa46d207d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
align-content:normal | baseline | center | stretch | flex-start | flex-end | space-between | space-around | space-evenly
align-items : normal | baseline | center | stretch | flex-start | flex-end
align-self : auto | baseline | center | stretch | flex-start | flex-end
animation : animation-name    animation-duration    animation-delay    animation-direction    animation-iteration-count    animation-play-state    animation-fill-mode    animation-timing-function
animation-delay : value
animation-direction : normal | reverse | alternate | alternate-reverse
animation-duration : +ve value
animation-fill-mode : none | forwards | backwards | both
animation-iteration-count : +ve value | infinite
animation-name : none | keyframe-name1, keyframe-name2
animation-play-state : running | paused
animation-delay : ease | ease-in | ease-out | ease-in-out
backface-visibility : none | length
background : background-color   background-image   background-position   /   background-size   background-repeat   background-attachment   background-origin   background-clip
background-attachment : fixed | scroll | local
background-blend-mode : normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity
background-clip: border-box;
background-color : color-name | rgb value | hexadecimal value
background-image : none | url(), url(),...
background-origin : border-box | padding-box | content-box
background-position : [ percentage | length | left | center | right]    [percentage | length | top | center | bottom]
background-repeat : no-repeat | repeat | repeat-x | repeat-y | space | round
background-size : contain | cover | auto | length | percentage
block-size : auto | +ve length
border : border-width    border-style    border-color;
border-block : border-block-width    border-block-style    border-block-color;
border-block-color : border-block-start-color    border-block-end-color
border-block-end : border-block-end-width    border-block-end-style    border-block-end-color
border-block-end-color : currentColor | color-name | rgb value | hexadecimal value
border-block-end-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset
border-block-end-width : medium | thin | thick | +ve length
border-block-start : border-block-start-width    border-block-start-style    border-block-start-color
border-block-start-color : currentColor | color-name | rgb value | hexadecimal value
border-block-start-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset
border-block-start-width : medium | thin | thick | +ve length
border-block-style : border-block-start-style    border-block-end-style
border-block-width : border-block-start-width    border-block-end-width
border-bottom : border-bottom-width    border-bottom-style    border-bottom-color;
border-bottom-color : currentColor | color-name | rgb value | hexadecimal value
border-bottom-left-radius : +XY-length | X-length Y-length
border-bottom-right-radius : +XY-length | X-length Y-length
border-bottom-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset
border-bottom-width : medium | thin | thick | +ve length
border-collapse : separate | collapse
border-color : border-top-color   border-right-color   border-bottom-color   border-left-color
border-end-end-radius : +ve length | X-length Y-length
border-end-start-radius : +ve length | X-length Y-length
border-image :border-image-source    border-image-slice    [ /border-image-width   |  / border-image-width / border-image-outset ]    border-image-repeat
border-image-outset : length | number
border-image-repeat : stretch | repeat | round | space
border-image-slice : +ve number | +ve percentage
border-image-source : none | url()
border-image-width : +ve length | +ve percentage | +ve number | auto
border-inline : border-inline-width    border-inline-style    border-inline-color;

border-inline-color : border-inline-start-color    border-inline-end-color

border-inline-end : border-inline-end-width    border-inline-end-style    border-inline-end-color

border-inline-end-color : currentColor | color-name | rgb value | hexadecimal value

border-inline-end-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset

border-inline-end-width : medium | thin | thick | +ve length

border-inline-start : border-inline-start-width    border-inline-start-style    border-inline-start-color

border-inline-start-color : currentColor | color-name | rgb value | hexadecimal value

border-inline-start-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset

border-inline-start-width : medium | thin | thick | +ve length

border-inline-style : border-inline-start-style    border-inline-end-style

border-inline-width : border-inline-start-width    border-inline-end-width

border-left : border-left-width    border-left-style    border-left-color;

border-left-color : currentColor | color-name | rgb value | hexadecimal value

border-left-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset

border-left-width : medium | thin | thick | +ve length

border-radius : border-top-left-radius    border-top-right-radius    border-bottom-right-radius    border-bottom-left-radius

border-right : border-right-width    border-right-style    border-right-color;

text-decoration-color : currentColor | color-name | rgb value | hexadecimal value

border-right-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset

border-right-width : medium | thin | thick | +ve length

border-spacing : +ve length

border-start-end-radius : +ve length | X-length Y-length

border-start-start-radius : +ve length | X-length Y-length

border-style : border-top-style   border-right-style   border-bottom-style   border-left-style

border-top : border-top-width    border-top-style    border-top-color;

border-top-color : currentColor | color-name | rgb value | hexadecimal value

border-top-left-radius : +XY-length | X-length Y-length

border-top-right-radius : +XY-length | X-length Y-length

border-top-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset

border-top : medium | thin | thick | length

border-width : border-top-width   border-right-width   border-bottom-width   border-left-width

bottom : auto | length | percentage

box-shadow : none | X-offset    Y-offset    blur-radius    spread-distance    shadow-color    [ inset ]

box-sizing : content-box | border-box

caption-side : top | bottom

caret-color : color-name | rgb value | hexadecimal value

clear : none | left | right

color : color-name | rgb value | hexadecimal value

column-count : auto | integer

column-fill : balance | auto

column-gap : normal | +ve length

column-rule : column-rule-width   column-rule-style   column-rule-color

column-rule-color : currentColor | color-name | rgb value | hexadecimal value

column-rule-style : none | hidden | dashed | solid | dotted | double | ridge | groove

column-rule-width : medium | thin | thick | length

column-span : none | all

column-width : auto | length

content : normal | none | url(image-address) | string | open-quote | close-quote

columns : column-width   column-count

cursor : auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | grab | *-resize | zoom-in | zoom-out

direction : ltr | rtl

display : block | inline | table | flex | grid | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | none | inline-block | inline-table | inline-flex | inline-grid

empty-cells : separate | collapse
fill : currentColor | color-name | rgb value | hexadecimal value

opacity : value between 0 and 1

filter : none | blur() | brightness() | contrast() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | sepia()

flex : none | [flex-grow | flex-shrink ] flex-basis

flex-basis : auto | +ve integer

flex-direction : row | row-reverse | column | column-reverse

flex-flow : flex-direction   flex-wrap

flex-grow : +ve integer

flex-shrink : +ve integer

flex-wrap : nowrap | wrap | wrap-reverse

float : none | left | right

font : font-style    font-variant    font-weight    font-stretch      font-size   /   line-height    font-family

font-family : list of family-names, generic-family

font-feature-settings : string [ integer | on | off ]

font-kerning : auto | normal | none

font-size : medium | xx-small | x-small | small | medium | large | x-large | xx-large | larger | smaller | length | percentage
font-style : normal | italic | oblique
font-variant : normal | italic | oblique
font-variant-caps : normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps
font-variant-numeric : normal | lining-nums | super
font-weight : value | normal | bold | bolder | lighter


gap : row-gap    column-gap

grid : grid-template | grid-template-rows / [ grid-auto-flow] grid-auto-columns | [grid-auto-flow] grid-auto-rows / grid-template-columns

grid-area : grid-row-start / grid-column-start / grid-row-end / grid-column-end :

grid-auto-columns : auto | [track-size]+

grid-auto-flow : [row | column]

grid-auto-rows : auto | [track-size]+

grid-column : grid-column-start / grid-column-end  |  grid-column-start / span columns

grid-column-end : auto | grid-line (named or numbered)

grid-column-start : grid-line (named or numbered)

grid-row : grid-row-start / grid-row-end | grid-row-start / span columns

grid-row-end : grid-line (named or numbered)

grid-row-start : grid-line (named or numbered)

grid-template : none | [ grid-template-rows  /  grid-template-columns ] | [ line-name   grid-area   track-size ]+  /  track-list

grid-template-areas : space separated strings

grid-template-columns : col-size1    col-size2    col-size3 ..
grid-template-rows : row-size1    row-size2    row-size3 ..

height : auto | length | percentage | min-content | max-content

inline-size : auto | +ve length | +ve percentage

justify-content : baseline | center | stretch | flex-start | flex-end | space-between | space-around | space-evenly

justify-items : baseline | center | stretch | flex-start | flex-end

justify-self : baseline | center | stretch | flex-start | flex-end

left : auto | length | percentage

letter-spacing : normal | length

line-height : normal | length | percentage

list-style : list-style-type    list-style-position    list-style-image

list-style-image : none | url(image-address)

list-style-position : inside | outside

list-style-type : disc | circle | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | lower-alpha | upper-alpha | armenian | georgian

margin : margin-top    margin-right    margin-bottom    margin-left

margin-block : margin-block-start    margin-block-end

margin-block-end : length

margin-block-start : length

margin-bottom : length

margin-inline : margin-inline-start    margin-inline-end

margin-inline-end : length

margin-inline-start : length

margin-left : length

margin-right : length

margin-top : length

marker : none | marker-reference

marker-end : none | marker-reference

marker-mid : none | marker-reference

marker-start : none | marker-reference

mask : mask-image    mask-position    mask-size    mask-repeat    mask-origin    mask-clip

mask-clip : border-box | padding-box | content-box

mask-composite : add | subtract | intersect | exclude | clear | copy | destination-atop | destination-in | destination-out | destination-over | source-atop | source-in | source-out | source-over | xor

mask-image : none | image

mask-origin : border-box | padding-box | content-box

mask-position : [ percentage | length | left | center | right]    [percentage | length | top | center | bottom]

mask-repeat : no-repeat | repeat | repeat-x | repeat-y | space | round

mask-size : contain | cover | auto | +ve length | +ve percentage

min-block-size : none | min-content | max-content | +ve length | +ve percentage | auto

max-height : none | min-content | max-content | +ve length | +ve percentage | auto

min-inline-size : none | min-content | max-content | +ve length | +ve percentage | auto

max-width : none | min-content | max-content | +ve length | +ver percentage | auto

min-block-size : none | min-content | max-content | +ve length | +ve percentage | auto

min-height : none | min-content | max-content | +ve length | +ve percentage | auto

min-inline-size : none | min-content | max-content | +ve length | +ve percentage | auto

min-width : none | min-content | max-content | +ve length | +ve percentage | auto

mix-blend-mode : normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity

opacity : value between 0 and 1

order : integer

outline : outline-width    outline-style    outline-color

outline-color : currentColor | color-name | rgb value | hexadecimal value

outline-offset : length

outline-style : none | hidden | dashed | solid | dotted | double | ridge | groove | inset | outset

outline-width : medium | thin | thick | +ve length

 overflow : overflow-x   overflow-y

overflow-wrap : normal | break-word

overflow-x : visible | hidden | scroll | auto

overflow-y : visible | hidden | scroll | auto

padding :+ve length

padding-block : padding-block-start    padding-block-end

padding-block-end : +ve length

padding-block-start : +ve length

padding-bottom :+ve length

padding-inline : padding-inline-start    padding-inline-end

padding-inline-end : length

padding-inline-start : length

padding-left :+ve length

padding-right :+ve length

padding-top :+ve length

perspective : none | length

perspective-origin : [ percentage | length | left | center | right]    [percentage | length | top | center | bottom]

place-content : align-content   justify-content

place-items : align-items    justify-items

place-self : align-self   justify-self

position : static | relative | absolute | sticky | fixed

resize : none | both | horizontal | vertical

right : auto | length | percentage

row-gap : normal | length

scroll-margin :scroll-margin-top    scroll-margin-right    scoll-margin-bottom    scroll-margin-left

scroll-margin-block :+ve length

scroll-margin-block-end :+ve length

scroll-margin-block-start :+ve length

scroll-margin-bottom :+ve length

scroll-margin-inline :+ve length

scroll-margin-inline-end :+ve length

scroll-margin-inline-start :+ve length

scroll-margin-left :+ve length

scroll-margin-right :+ve length

scroll-margin-top :+ve length

scroll-padding :scroll-padding-top    scroll-padding-right    scroll-padding-bottom    scroll-padding-left

scroll-padding-block :+ve length

scroll-padding-block-end :+ve length

scroll-padding-block-start :+ve length

scroll-padding-bottom :+ve length

scroll-padding-inline :+ve length

scroll-padding-inline-end :+ve length

scroll-padding-inline-start :+ve length

scroll-padding-left :+ve length

scroll-padding-right :+ve length

scroll-padding-top :+ve length

scroll-snap-align : none | start | end | center

scroll-snap-stop : normal | always

scroll-snap-type : none   |   [ x | y | block | inline ]   [ mandatory | proximity]

shape-margin : length

shape-outside :polygon

stroke : currentColor | color-name | rgb value | hexadecimal value

stroke-color : currentColor | color-name | rgb value | hexadecimal value

stroke-dasharray : none | length | percentage

stroke-dashoffset : length | percentage

stroke-linecap : butt | round | square

stroke-linejoin : miter | bevel | round

stroke-opacity : value between 0 and 1

stroke-width : +ve length | percentage

tab-size : length | number

table-layout : auto | fixed

text-align : start | end | left | right | center | justify | match-parent

text-align-last : start | end | left | right | center | justify | match-parent

text-decoration : text-decoration-line    text-decoration-style    text-decoction-color

text-emphasis-color : currentColor | color-name | rgb value | hexadecimal value

text-decoration-line : none | underline | overline | line-through

text-decoration-ink-skip : none | auto

text-decoration-style : solid | double | dotted | dashed | wavy

text-emphasis : text-emphasis-style    text-emphasis-color

text-emphasis-color : currentColor | color-name | rgb value | hexadecimal value

text-emphasis-position : over | under

text-emphasis-style : none | [ filled | open ] [ dot | circle | double-circle | triangle | sesame ]

text-indent : length | percentage

text-overflow : clip | ellipsis

text-shadow : none | horizontal-offset   vertical-offset   blur-radius   shadow-color

text-transform : none | capitalize | uppercase | lowercase
text-underline-position : auto | underline
top : auto | length | percentage

transform : none | translate() | rotate() | scale() | skew()

transform-origin : [left | center | right | length | percentage ] [ top | bottom | length | percentage]

transform-style : flat | preserve-3d

transition : none | [ transition-property    transition-duration    transition-timing-function    transition-delay ]

transition-delay : time (seconds or milliseconds)

transition-duration: : time (seconds or milliseconds)
transition-property : property-name

transition-timing-function : ease | ease-in | ease-out | ease-in-out

user-select : auto | text | none | all

vertical-align : baseline | text-bottom | middle | text-top | top | bottom | sub | super | length | percentage

visibility : visible | hidden | collapse

animation-delay : normal | pre | nowrap | pre-wrap | break-spaces | pre-line

width : auto | length | percentage | min-content | max-content

word-break : normal | keep-all | break-all

word-spacing : normal | length

writing-mode : horizontal-tb | vertical-rl | vertical-lr

z-index : integer | auto