-
Notifications
You must be signed in to change notification settings - Fork 72
/
mathml-core.json
158 lines (158 loc) · 4.07 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"spec": {
"title": "MathML Core",
"url": "https://w3c.github.io/mathml-core/"
},
"elements": [
{
"name": "math",
"href": "https://w3c.github.io/mathml-core/#dfn-math",
"interface": "MathMLElement"
},
{
"name": "mtext",
"href": "https://w3c.github.io/mathml-core/#dfn-mtext",
"interface": "MathMLElement"
},
{
"name": "mi",
"href": "https://w3c.github.io/mathml-core/#dfn-mi",
"interface": "MathMLElement"
},
{
"name": "mn",
"href": "https://w3c.github.io/mathml-core/#dfn-mn",
"interface": "MathMLElement"
},
{
"name": "mo",
"href": "https://w3c.github.io/mathml-core/#dfn-mo",
"interface": "MathMLElement"
},
{
"name": "mspace",
"href": "https://w3c.github.io/mathml-core/#dfn-mspace",
"interface": "MathMLElement"
},
{
"name": "ms",
"href": "https://w3c.github.io/mathml-core/#dfn-ms",
"interface": "MathMLElement"
},
{
"name": "mrow",
"href": "https://w3c.github.io/mathml-core/#dfn-mrow",
"interface": "MathMLElement"
},
{
"name": "mfrac",
"href": "https://w3c.github.io/mathml-core/#dfn-mfrac",
"interface": "MathMLElement"
},
{
"name": "msqrt",
"href": "https://w3c.github.io/mathml-core/#dfn-msqrt",
"interface": "MathMLElement"
},
{
"name": "mroot",
"href": "https://w3c.github.io/mathml-core/#dfn-mroot",
"interface": "MathMLElement"
},
{
"name": "mstyle",
"href": "https://w3c.github.io/mathml-core/#dfn-mstyle",
"interface": "MathMLElement"
},
{
"name": "merror",
"href": "https://w3c.github.io/mathml-core/#dfn-merror",
"interface": "MathMLElement"
},
{
"name": "mpadded",
"href": "https://w3c.github.io/mathml-core/#dfn-mpadded",
"interface": "MathMLElement"
},
{
"name": "mphantom",
"href": "https://w3c.github.io/mathml-core/#dfn-mphantom",
"interface": "MathMLElement"
},
{
"name": "msub",
"href": "https://w3c.github.io/mathml-core/#dfn-msub",
"interface": "MathMLElement"
},
{
"name": "msup",
"href": "https://w3c.github.io/mathml-core/#dfn-msup",
"interface": "MathMLElement"
},
{
"name": "msubsup",
"href": "https://w3c.github.io/mathml-core/#dfn-msubsup",
"interface": "MathMLElement"
},
{
"name": "munder",
"href": "https://w3c.github.io/mathml-core/#dfn-munder",
"interface": "MathMLElement"
},
{
"name": "mover",
"href": "https://w3c.github.io/mathml-core/#dfn-mover",
"interface": "MathMLElement"
},
{
"name": "munderover",
"href": "https://w3c.github.io/mathml-core/#dfn-munderover",
"interface": "MathMLElement"
},
{
"name": "mmultiscripts",
"href": "https://w3c.github.io/mathml-core/#dfn-mmultiscripts",
"interface": "MathMLElement"
},
{
"name": "mprescripts",
"href": "https://w3c.github.io/mathml-core/#dfn-mprescripts",
"interface": "MathMLElement"
},
{
"name": "mtable",
"href": "https://w3c.github.io/mathml-core/#dfn-mtable",
"interface": "MathMLElement"
},
{
"name": "mtr",
"href": "https://w3c.github.io/mathml-core/#dfn-mtr",
"interface": "MathMLElement"
},
{
"name": "mtd",
"href": "https://w3c.github.io/mathml-core/#dfn-mtd",
"interface": "MathMLElement"
},
{
"name": "maction",
"href": "https://w3c.github.io/mathml-core/#dfn-maction",
"interface": "MathMLElement"
},
{
"name": "semantics",
"href": "https://w3c.github.io/mathml-core/#dfn-semantics",
"interface": "MathMLElement"
},
{
"name": "annotation",
"href": "https://w3c.github.io/mathml-core/#dfn-annotation",
"interface": "MathMLElement"
},
{
"name": "annotation-xml",
"href": "https://w3c.github.io/mathml-core/#dfn-annotation-xml",
"interface": "MathMLElement"
}
]
}