-
Notifications
You must be signed in to change notification settings - Fork 72
/
css-size-adjust.json
50 lines (50 loc) · 1.75 KB
/
css-size-adjust.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
{
"spec": {
"title": "CSS Mobile Text Size Adjustment Module Level 1",
"url": "https://drafts.csswg.org/css-size-adjust-1/"
},
"properties": [
{
"name": "text-size-adjust",
"href": "https://drafts.csswg.org/css-size-adjust-1/#propdef-text-size-adjust",
"value": "auto | none | <percentage [0,∞]>",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "see below",
"computedValue": "specified keyword or percentage",
"canonicalOrder": "N/A",
"animationType": "by computed value",
"values": [
{
"name": "auto",
"prose": "Renderers must use the default size adjustment when displaying on a small device.",
"href": "https://drafts.csswg.org/css-size-adjust-1/#valdef-text-size-adjust-auto",
"type": "value",
"value": "auto"
},
{
"name": "none",
"prose": "Renderers must not do size adjustment when displaying on a small device.",
"href": "https://drafts.csswg.org/css-size-adjust-1/#valdef-text-size-adjust-none",
"type": "value",
"value": "none"
},
{
"name": "<percentage [0,∞]>",
"prose": "When displaying on a small device, renderers must not do size adjustment but instead the computed value of font-size must be multiplied by this percentage. Negative values are invalid.",
"href": "https://drafts.csswg.org/css-size-adjust-1/#valdef-text-size-adjust-percentage-0",
"type": "value",
"value": "<percentage [0,∞]>"
}
],
"styleDeclaration": [
"text-size-adjust",
"textSizeAdjust"
]
}
],
"atrules": [],
"selectors": [],
"values": []
}