-
Notifications
You must be signed in to change notification settings - Fork 17
/
css-overflow-4.json
47 lines (47 loc) · 1.54 KB
/
css-overflow-4.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
{
"propdef--webkit-line-clamp": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/-webkit-line-clamp.json",
"name": "-webkit-line-clamp",
"slug": "CSS/-webkit-line-clamp",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp",
"summary": "The -webkit-line-clamp CSS property allows limiting of the contents of a block to the specified number of lines.",
"support": {
"chrome": {
"version_added": "6"
},
"chrome_android": "mirror",
"edge": {
"version_added": "17"
},
"firefox": {
"version_added": "68"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "5"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "37"
},
"edge_blink": {
"version_added": "79"
}
},
"title": "-webkit-line-clamp"
}
]
}