-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathcss-round-display.json
101 lines (101 loc) · 3.78 KB
/
css-round-display.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
{
"spec": {
"title": "CSS Round Display Level 1",
"url": "https://drafts.csswg.org/css-round-display-1/"
},
"properties": [
{
"name": "shape-inside",
"href": "https://drafts.csswg.org/css-round-display-1/#propdef-shape-inside",
"value": "auto | outside-shape | [ <basic-shape> || shape-box ] | <image> | display",
"initial": "auto",
"appliesTo": "block-level elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "computed lengths for <basic-shape>, the absolute URI for <uri>, otherwise as specified",
"canonicalOrder": "per grammar",
"animationType": "as defined for <basic-shape>, otherwise discrete",
"styleDeclaration": [
"shape-inside",
"shapeInside"
]
},
{
"name": "border-boundary",
"href": "https://drafts.csswg.org/css-round-display-1/#propdef-border-boundary",
"value": "none | parent | display",
"initial": "none",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"border-boundary",
"borderBoundary"
]
}
],
"atrules": [
{
"name": "@media",
"descriptors": [
{
"name": "shape",
"href": "https://drafts.csswg.org/css-round-display-1/#descdef-media-shape",
"for": "@media",
"value": "rect | round",
"type": "discrete",
"values": [
{
"name": "rect",
"prose": "The shape is an axis aligned rectangle or square, or a similar shape such as rounded rectangle for which the traditional designs are appropriate.",
"href": "https://drafts.csswg.org/css-round-display-1/#valdef-media-shape-rect",
"type": "value",
"value": "rect"
},
{
"name": "round",
"prose": "The shape is rounded or a similar shape to the circle such as an oval, an ellipse for which distinctively rounded designs are appropriate.",
"href": "https://drafts.csswg.org/css-round-display-1/#valdef-media-shape-round",
"type": "value",
"value": "round"
}
]
}
]
}
],
"selectors": [],
"values": [],
"warnings": [
{
"msg": "Dangling value",
"name": "auto",
"prose": "This value doesn’t affect the initial layout viewport, and the whole web page is viewable. What the UA paints outside of the viewport is undefined. It may be the background color of the canvas, or anything else that the UA deems appropriate.",
"href": "https://drafts.csswg.org/css-round-display-1/#valdef-viewport-fit-auto",
"type": "value",
"value": "auto",
"for": "viewport-fit"
},
{
"msg": "Dangling value",
"name": "contain",
"prose": "The initial layout viewport and the visual viewport are set to the largest rectangle which is inscribed in the display of the device. What the UA paints outside of the viewport is undefined. It may be the background color of the canvas, or anything else that the UA deems appropriate.",
"href": "https://drafts.csswg.org/css-round-display-1/#valdef-viewport-fit-contain",
"type": "value",
"value": "contain",
"for": "viewport-fit"
},
{
"msg": "Dangling value",
"name": "cover",
"prose": "The initial layout viewport and the visual viewport are set to the circumscribed rectangle of the physical screen of the device.",
"href": "https://drafts.csswg.org/css-round-display-1/#valdef-viewport-fit-cover",
"type": "value",
"value": "cover",
"for": "viewport-fit"
}
]
}