-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathmathml-core.json
69 lines (69 loc) · 1.76 KB
/
mathml-core.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
{
"spec": {
"title": "MathML Core",
"url": "https://w3c.github.io/mathml-core/"
},
"properties": [
{
"name": "display",
"newValues": "<display-outside> || [ <display-inside> | math ]",
"styleDeclaration": [
"display"
]
},
{
"name": "math-style",
"href": "https://w3c.github.io/mathml-core/#propdef-math-style",
"value": "normal | compact",
"initial": "normal",
"appliesTo": "All elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"media": "visual",
"styleDeclaration": [
"math-style",
"mathStyle"
]
},
{
"name": "math-shift",
"href": "https://w3c.github.io/mathml-core/#propdef-math-shift",
"value": "normal | compact",
"initial": "normal",
"appliesTo": "All elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"media": "visual",
"styleDeclaration": [
"math-shift",
"mathShift"
]
},
{
"name": "math-depth",
"href": "https://w3c.github.io/mathml-core/#propdef-math-depth",
"value": "auto-add | add(<integer>) | <integer>",
"initial": "0",
"appliesTo": "All elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "an integer, see below",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"media": "visual",
"styleDeclaration": [
"math-depth",
"mathDepth"
]
}
],
"atrules": [],
"selectors": [],
"values": []
}