forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-rhythm.json
106 lines (106 loc) · 2.88 KB
/
css-rhythm.json
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
{
"spec": {
"title": "CSS Rhythmic Sizing",
"url": "https://www.w3.org/TR/css-rhythm-1/"
},
"properties": {
"line-height-step": {
"name": "line-height-step",
"value": "none | <length>",
"initial": "none",
"appliesTo": "block containers",
"inherited": "yes",
"percentages": "N/A",
"media": "visual",
"computedValue": "the absolute length, 0 for none",
"canonicalOrder": "per grammar",
"animatable": "no",
"styleDeclaration": [
"line-height-step",
"lineHeightStep"
]
},
"block-step-size": {
"name": "block-step-size",
"value": "none | <length>",
"initial": "none",
"appliesTo": "block-level boxes",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "keyword or absolute length",
"canonicalOrder": "per grammar",
"animatable": "???",
"styleDeclaration": [
"block-step-size",
"blockStepSize"
]
},
"block-step-insert": {
"name": "block-step-insert",
"value": "margin | padding",
"initial": "margin",
"appliesTo": "block-level boxes",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animatable": "no",
"styleDeclaration": [
"block-step-insert",
"blockStepInsert"
]
},
"block-step-align": {
"name": "block-step-align",
"value": "auto | center | start | end",
"initial": "auto",
"appliesTo": "block-level boxes",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animatable": "no",
"styleDeclaration": [
"block-step-align",
"blockStepAlign"
]
},
"block-step-round": {
"name": "block-step-round",
"value": "up | down | nearest",
"initial": "up",
"appliesTo": "block-level boxes",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animatable": "no",
"styleDeclaration": [
"block-step-round",
"blockStepRound"
]
},
"block-step": {
"name": "block-step",
"value": "<block-step-size> || <block-step-insert> || <block-step-align> || <block-step-round>",
"initial": "See individual properties",
"appliesTo": "block-level boxes",
"inherited": "no",
"percentages": "N/A",
"media": "visual",
"computedValue": "See individual properties",
"canonicalOrder": "per grammar",
"animatable": "See individual properties",
"styleDeclaration": [
"block-step",
"blockStep"
]
}
},
"descriptors": {},
"valuespaces": {}
}