forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-line-grid.json
55 lines (55 loc) · 1.38 KB
/
css-line-grid.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
{
"spec": {
"title": "CSS Line Grid Module Level 1",
"url": "https://www.w3.org/TR/css-line-grid-1/"
},
"properties": {
"line-grid": {
"name": "line-grid",
"value": "match-parent | create",
"initial": "match-parent",
"appliesTo": "block containers",
"inherited": "no",
"media": "visual",
"computedValue": "as specified",
"percentages": "N/A",
"animatable": "no",
"styleDeclaration": [
"line-grid",
"lineGrid"
]
},
"line-snap": {
"name": "line-snap",
"value": "none | baseline | contain",
"initial": "none",
"appliesTo": "all elements",
"inherited": "yes",
"media": "visual",
"computedValue": "as specified",
"percentages": "N/A",
"animatable": "no",
"styleDeclaration": [
"line-snap",
"lineSnap"
]
},
"box-snap": {
"name": "box-snap",
"value": "none | block-start | block-end | center | first-baseline | last-baseline",
"initial": "none",
"appliesTo": "block-level boxes and internal table elements except table cells",
"inherited": "yes",
"media": "visual",
"computedValue": "as specified",
"percentages": "N/A",
"animatable": "no",
"styleDeclaration": [
"box-snap",
"boxSnap"
]
}
},
"descriptors": {},
"valuespaces": {}
}