-
Notifications
You must be signed in to change notification settings - Fork 77
/
css-regions.json
59 lines (59 loc) · 1.78 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
{
"spec": {
"title": "CSS Regions Module Level 1",
"url": "https://drafts.csswg.org/css-regions-1/"
},
"properties": [
{
"name": "flow-into",
"href": "https://drafts.csswg.org/css-regions-1/#propdef-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",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"flow-into",
"flowInto"
]
},
{
"name": "flow-from",
"href": "https://drafts.csswg.org/css-regions-1/#propdef-flow-from",
"value": "<ident> | none",
"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",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"flow-from",
"flowFrom"
]
},
{
"name": "region-fragment",
"href": "https://drafts.csswg.org/css-regions-1/#propdef-region-fragment",
"value": "auto | break",
"initial": "auto",
"appliesTo": "CSS Regions",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"region-fragment",
"regionFragment"
]
}
],
"atrules": [],
"selectors": [],
"values": []
}