forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-break.json
113 lines (113 loc) · 3.53 KB
/
css-break.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
107
108
109
110
111
112
113
{
"spec": {
"title": "CSS Fragmentation Module Level 4",
"url": "https://www.w3.org/TR/css-break-4/"
},
"properties": {
"break-before": {
"name": "break-before",
"value": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
"initial": "auto",
"appliesTo": "block-level boxes, grid items, flex items, table row groups, table rows (but see prose)",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"break-before",
"breakBefore"
]
},
"break-after": {
"name": "break-after",
"value": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
"initial": "auto",
"appliesTo": "block-level boxes, grid items, flex items, table row groups, table rows (but see prose)",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"break-after",
"breakAfter"
]
},
"break-inside": {
"name": "break-inside",
"value": "auto | avoid | avoid-page | avoid-column | avoid-region",
"initial": "auto",
"appliesTo": "all elements except inline-level boxes, internal ruby boxes, table column boxes, table column group boxes, absolutely-positioned boxes",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"break-inside",
"breakInside"
]
},
"orphans": {
"name": "orphans",
"value": "<integer>",
"initial": "2",
"appliesTo": "block containers that establish an inline formatting context",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified integer",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"orphans"
]
},
"widows": {
"name": "widows",
"value": "<integer>",
"initial": "2",
"appliesTo": "block containers that establish an inline formatting context",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified integer",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"widows"
]
},
"margin-break": {
"name": "margin-break",
"value": "auto | keep | discard",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"margin-break",
"marginBreak"
]
},
"box-decoration-break": {
"name": "box-decoration-break",
"value": "slice | clone",
"initial": "slice",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"box-decoration-break",
"boxDecorationBreak"
]
}
},
"descriptors": {},
"valuespaces": {}
}