forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-regions.json
64 lines (64 loc) · 2.06 KB
/
css-regions.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
{
"spec": {
"title": "CSS Regions Module Level 1",
"url": "https://www.w3.org/TR/css-regions-1/"
},
"properties": {
"flow-into": {
"name": "flow-into",
"value": "none | <ident> [element|content]?",
"initial": "none",
"appliesTo": "All elements, but not pseudo-elements such as ::first-line, ::first-letter, ::before or ::after.",
"inherited": "no",
"media": "visual",
"computedValue": "as specified"
},
"flow-from": {
"name": "flow-from",
"value": "<ident> | none | inherit",
"initial": "none",
"appliesTo": "Non-replaced block containers. This might be expanded in future versions of the specification to allow other types of containers to receive flow content.",
"inherited": "no",
"media": "visual",
"computedValue": "as specified"
},
"break-before": {
"name": "break-before",
"value": "auto | always | avoid | left | right | page | column | region | avoid-page | avoid-column | avoid-region",
"initial": "auto",
"appliesTo": "block-level elements",
"inherited": "no",
"media": "visual",
"computedValue": "as specified"
},
"break-after": {
"name": "break-after",
"value": "auto | always | avoid | left | right | page | column | region | avoid-page | avoid-column | avoid-region",
"initial": "auto",
"appliesTo": "block-level elements",
"inherited": "no",
"media": "visual",
"computedValue": "as specified"
},
"break-inside": {
"name": "break-inside",
"value": "auto | avoid | avoid-page | avoid-column | avoid-region",
"initial": "auto",
"appliesTo": "block-level elements",
"inherited": "no",
"media": "visual",
"computedValue": "as specified"
},
"region-fragment": {
"name": "region-fragment",
"value": "auto | break",
"initial": "auto",
"appliesTo": "CSS Regions",
"inherited": "no",
"media": "visual",
"computedValue": "as specified"
}
},
"descriptors": {},
"valuespaces": {}
}