You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Do not edit this file by hand. Edit the source file instead!
3
+
4
+
name: MathML
5
+
description: MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.
6
+
spec: https://w3c.github.io/mathml-core/
7
+
caniuse: mathml
8
+
# MathML has evolved for more than 20 years and computing its status from BCD is
9
+
# challenging. To represent basic support for MathML, the following statuses
10
+
# match the earliest support claimed by caniuse.com or BCD:
Copy file name to clipboardExpand all lines: feature-group-definitions/mathml.yml
+23-66Lines changed: 23 additions & 66 deletions
Original file line number
Diff line number
Diff line change
@@ -2,69 +2,26 @@ name: MathML
2
2
description: MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.
3
3
spec: https://w3c.github.io/mathml-core/
4
4
caniuse: mathml
5
-
compat_features:
6
-
- api.MathMLElement
7
-
- api.MathMLElement.autofocus
8
-
- api.MathMLElement.blur
9
-
- api.MathMLElement.dataset
10
-
- api.MathMLElement.focus
11
-
- api.MathMLElement.style
12
-
- api.MathMLElement.tabIndex
13
-
- mathml.elements.math
14
-
- mathml.elements.math.display
15
-
- mathml.elements.merror
16
-
- mathml.elements.mfrac
17
-
- mathml.elements.mfrac.linethickness
18
-
- mathml.elements.mi
19
-
- mathml.elements.mi.mathvariant
20
-
- mathml.elements.mmultiscripts
21
-
- mathml.elements.mn
22
-
- mathml.elements.mo
23
-
- mathml.elements.mo.form
24
-
- mathml.elements.mo.largeop
25
-
- mathml.elements.mo.lspace
26
-
- mathml.elements.mo.maxsize
27
-
- mathml.elements.mo.minsize
28
-
- mathml.elements.mo.moveablelimits
29
-
- mathml.elements.mo.rspace
30
-
- mathml.elements.mo.stretchy
31
-
- mathml.elements.mo.symmetric
32
-
- mathml.elements.mover
33
-
- mathml.elements.mover.accent
34
-
- mathml.elements.mpadded
35
-
- mathml.elements.mpadded.depth
36
-
- mathml.elements.mpadded.height
37
-
- mathml.elements.mpadded.lspace
38
-
- mathml.elements.mpadded.voffset
39
-
- mathml.elements.mpadded.width
40
-
- mathml.elements.mphantom
41
-
- mathml.elements.mroot
42
-
- mathml.elements.mrow
43
-
- mathml.elements.ms
44
-
- mathml.elements.mspace
45
-
- mathml.elements.mspace.depth
46
-
- mathml.elements.mspace.height
47
-
- mathml.elements.mspace.width
48
-
- mathml.elements.msqrt
49
-
- mathml.elements.mstyle
50
-
- mathml.elements.msub
51
-
- mathml.elements.msubsup
52
-
- mathml.elements.msup
53
-
- mathml.elements.mtable
54
-
- mathml.elements.mtd
55
-
- mathml.elements.mtd.columnspan
56
-
- mathml.elements.mtd.rowspan
57
-
- mathml.elements.mtext
58
-
- mathml.elements.mtr
59
-
- mathml.elements.munder
60
-
- mathml.elements.munder.accentunder
61
-
- mathml.elements.munderover
62
-
- mathml.elements.munderover.accent
63
-
- mathml.elements.munderover.accentunder
64
-
- mathml.elements.semantics
65
-
- mathml.global_attributes.dir
66
-
- mathml.global_attributes.displaystyle
67
-
- mathml.global_attributes.mathbackground
68
-
- mathml.global_attributes.mathcolor
69
-
- mathml.global_attributes.mathsize
70
-
- mathml.global_attributes.scriptlevel # TODO: when setting Baseline status, we'll probably want to ignore this. It's the one piece not interoperable and has an odd story.
5
+
# MathML has evolved for more than 20 years and computing its status from BCD is
6
+
# challenging. To represent basic support for MathML, the following statuses
7
+
# match the earliest support claimed by caniuse.com or BCD:
0 commit comments