-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathcss-scroll-anchoring.json
43 lines (43 loc) · 1.52 KB
/
css-scroll-anchoring.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
{
"spec": {
"title": "CSS Scroll Anchoring Module Level 1",
"url": "https://drafts.csswg.org/css-scroll-anchoring-1/"
},
"properties": [
{
"name": "overflow-anchor",
"href": "https://drafts.csswg.org/css-scroll-anchoring-1/#propdef-overflow-anchor",
"value": "auto | none",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "auto",
"prose": "Declares that the element is potentially eligible to participate in the anchor node selection algorithm for any scrolling box created by the element or an ancestor.",
"href": "https://drafts.csswg.org/css-scroll-anchoring-1/#valdef-overflow-anchor-auto",
"type": "value",
"value": "auto"
},
{
"name": "none",
"prose": "Declares that the element and its descendants (that aren’t nested inside of another scrolling element) are not eligible to participate in the anchor node selection algorithm for any scrolling box created by the element or an ancestor.",
"href": "https://drafts.csswg.org/css-scroll-anchoring-1/#valdef-overflow-anchor-none",
"type": "value",
"value": "none"
}
],
"styleDeclaration": [
"overflow-anchor",
"overflowAnchor"
]
}
],
"atrules": [],
"selectors": [],
"values": []
}