forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-contain.json
39 lines (39 loc) · 1.09 KB
/
css-contain.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
{
"spec": {
"title": "CSS Containment Module Level 2",
"url": "https://www.w3.org/TR/css-contain-2/"
},
"properties": {
"contain": {
"name": "contain",
"value": "none | strict | content | [ size || layout || style || paint ]",
"initial": "none",
"appliesTo": "See below",
"inherited": "no",
"percentages": "n/a",
"computedValue": "the keyword none or one or more of size, layout, paint",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"contain"
]
},
"content-visibility": {
"name": "content-visibility",
"value": "visible | auto | hidden",
"initial": "visible",
"appliesTo": "elements for which layout containment can apply",
"inherited": "no",
"percentages": "n/a",
"computedValue": "as specified",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"content-visibility",
"contentVisibility"
]
}
},
"descriptors": {},
"valuespaces": {}
}