summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/test/caniuse_files/mathml.html
blob: 8203884ceb90d858d249cef5ba6b2363c0ab8973 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>Untitled</title>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
  <mi>k</mi>
  <mo>=</mo>
  <mfrac>
    <mrow>
      <mfrac>
         <mrow>
          <msup>
            <mo></mo>
            <mn>2</mn>
          </msup>
          <mi>z</mi>
        </mrow>
        <mrow>
          <mo></mo>
          <msup>
            <mi>x</mi>
            <mn>2</mn>
          </msup>
        </mrow>
      </mfrac>
      <mfrac>
        <mrow>
          <msup>
            <mo></mo>
            <mn>2</mn>
          </msup>
          <mi>z</mi>
        </mrow>
        <mrow>
          <mo></mo>
          <msup>
            <mi>y</mi>
            <mn>2</mn>
          </msup>
        </mrow>
      </mfrac>
      <mo>-</mo>
      <msup>
        <mrow>
          <mo>(</mo>
          <mfrac>
            <mrow>
              <msup>
                <mo></mo>
                <mn>2</mn>
              </msup>
              <mi>z</mi>
            </mrow>
            <mrow>
              <mo></mo>
              <mi>x</mi>
              <mo></mo>
              <mi>y</mi>
              </mrow>
          </mfrac>
          <mo>)</mo>
        </mrow>
        <mn>2</mn>
      </msup>
    </mrow>
    <mrow>
      <msup>
        <mrow>
          <mo>(</mo>
          <mn>1</mn>
          <mo>+</mo>
          <msup>
            <mrow>
              <mo>(</mo>
              <mfrac>
                <mrow>
                  <mo></mo>
                  <mi>z</mi>
                </mrow>
                <mrow>
                  <mo></mo>
                  <mi>x</mi>
                </mrow>
              </mfrac>
              <mo>)</mo>
            </mrow>
            <mn>2</mn>
          </msup>
          <mo>+</mo>
          <msup>
            <mrow>
              <mo>(</mo>
              <mfrac>
                <mrow>
                  <mo></mo>
                  <mi>z</mi>
                </mrow>
                <mrow>
                  <mo></mo>
                  <mi>y</mi>
                </mrow>
              </mfrac>
              <mo>)</mo>
            </mrow>
            <mn>2</mn>
          </msup>
          <mo>)</mo>
        </mrow>
        <mn>2</mn>
      </msup>
    </mrow>
  </mfrac>
</mrow>
</math>
</body>
</html>