This repository has been archived by the owner on Jan 3, 2020. It is now read-only.
forked from w3c/mathml.old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appendixb.html
581 lines (546 loc) · 32.6 KB
/
appendixb.html
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Media Types Registrations</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style type="text/css">
/** Table of Contents taken from html 5.2 spec
stop flicker in toc **/
.toc a {
/* More spacing; use padding to make it part of the click target. */
padding-top: 0.1rem;
/* Larger, more consistently-sized click target */
display: block;
/* Reverse color scheme */
color: black;
border-color: #3980B5;
border-bottom-width: 3px !important;
margin-bottom: 0px !important;
}
.egmeta {
color:#5555AA;font-style:italic;font-family:serif;font-weight:bold;
}
div.graphic{margin-left:2em}
table.syntax {
font-size: 75%;
background-color: #DDDDDD;
border: thin solid;
}
table.syntax td {
border: solid thin;
}
table.syntax th {
text-align: left;
}
table.attributes td { padding-left:0.5em; padding-right:0.5em; border: solid thin; }
table.attributes td.attname { white-space:nowrap; vertical-align:top;}
table.attributes td.attdesc { background-color:#F0F0FF; padding-left:2em; padding-right:2em}
th.uname {font-size: 50%; text-align:left;}
code { font-family: monospace; }
div.constraint,
div.issue,
div.note,
div.notice { margin-left: 2em; }
li p { margin-top: 0.3em;
margin-bottom: 0.3em; }
div.exampleInner pre { margin-left: 1em;
margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
border-top-width: 4px;
border-top-style: double;
border-top-color: #d3d3d3;
border-bottom-width: 4px;
border-bottom-style: double;
border-bottom-color: #d3d3d3;
padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
margin: 4px}
a.mainindex {font-weight: bold;}
li.sitem {list-style-type: none;}
.error { color: red }
div.mathml-example {border:solid thin black;
padding: 0.5em;
margin: 0.5em 0 0.5em 0;
}
div.strict-mathml-example {border:solid thin black;
padding: 0.5em;
margin: 0.5em 0 0.5em 0;
}
div.strict-mathml-example h5 {
margin-top: -0.3em;
margin-bottom: -0.5em;}
var.meta {background-color:green}
var.transmeta {background-color:red}
pre.mathml {padding: 0.5em;
background-color: #FFFFDD;}
pre.mathml-fragment {padding: 0.5em;
background-color: #FFFFDD;}
pre.strict-mathml {padding: 0.5em;
background-color: #FFFFDD;}
span.uname {color:#999900;font-size:75%;font-family:sans-serif;}
.minitoc { border-style: solid;
border-color: #0050B2;
border-width: 1px ;
padding: 0.3em;}
.attention { border-style: solid;
border-width: 1px ;
color: #5D0091;
background: #F9F5DE;
border-color: red;
margin-left: 1em;
margin-right: 1em;
margin-top: 0.25em;
margin-bottom: 0.25em; }
.attribute-Name { background: #F9F5C0; }
.method-Name { background: #C0C0F9; }
.IDL-definition { border-style: solid;
border-width: 1px ;
color: #001000;
background: #E0FFE0;
border-color: #206020;
margin-left: 1em;
margin-right: 1em;
margin-top: 0.25em;
margin-bottom: 0.25em; }
.baseline {vertical-align: baseline}
#eqnoc1 {width: 10%}
#eqnoc2 {width: 80%; text-align: center; }
#eqnoc3 {width: 10%; text-align: right; }
div.div1 {margin-bottom: 1em;}
.h3style {
text-align: left;
font-family: sans-serif;
font-weight: normal;
color: #0050B2;
font-size: 125%;
}
h4 { text-align: left;
font-family: sans-serif;
font-weight: normal;
color: #0050B2; }
h5 { text-align: left;
font-family: sans-serif;
font-weight: bold;
color: #0050B2; }
th {background: #E0FFE0;}
p, blockquote, h4 { font-family: sans-serif; }
dt, dd, dl, ul, li { font-family: sans-serif; }
pre, code { font-family: monospace }
a.termref {
text-decoration: none;
color: black;
}
.mathml-render {
font-family: serif;
font-size: 130%;
border: solid 4px green;
padding-left: 1em;
padding-right: 1em;
}
</style>
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED.css"><script src="//www.w3.org/scripts/TR/2016/fixup.js"> </script></head>
<body>
<h1><a id="media-types-reg"></a>B Media Types Registrations</h1>
<!-- TOP NAVIGATION BAR -->
<nav id="toc">
<ol class="toc">
<li><a href="Overview.html"><span class="secno"></span> Mathematical Markup Language (MathML) Version 4.0</a></li>
<li><a href="appendixa.html"><span class="secno">A </span> Parsing MathML</a></li>
<li><a href="appendixc.html"><span class="secno">C </span> Operator Dictionary</a></li>
<li><a href="appendixb.html"><span class="secno">B </span> Media Types Registrations</a>
<ol class="toc">
<li><a href="appendixb.html#media-type-choosing"><span class="secno">B.1 </span> Selection of Media Types for
MathML Instances</a>
</li>
<li><a href="appendixb.html#media-types-mathml"><span class="secno">B.2 </span> Media type for Generic MathML</a>
</li>
<li><a href="appendixb.html#media-types-mathml-p"><span class="secno">B.3 </span> Media type for Presentation MathML</a>
</li>
<li><a href="appendixb.html#media-types-mathml-c"><span class="secno">B.4 </span> Media type for Content MathML</a>
</li>
</ol>
</li>
</ol>
</nav>
<div class="div1">
<p>This normative appendix registers three media types for MathML,
"application/mathml+xml", "application/mathml-presentation+xml" and
"application/mathml-content+xml", in conformance with <a href="appendixg.html#RFC4288">[RFC4288]</a> and <a href="http://www.w3.org/2002/06/registering-mediatype.html">W3CRegMedia</a>.
The media-types have been approved by IESG for registration with IANA as
<a href="http://www.ietf.org/mail-archive/web/ietf-announce/current/msg07890.html">announced by IETF</a> and are visible on the
<a href="http://www.iana.org/assignments/media-types/application/">list of application media-types</a>.
</p>
<div class="div2">
<h2><a id="media-type-choosing"></a>B.1 Selection of Media Types for
MathML Instances</h2>
<p>MathML contains two distinct vocabularies. Presentation markup is
for encoding visual presentation, and consists of the elements defined
in <a href="chapter3.html">Chapter 3 Presentation Markup</a>. Content markup is for encoding
mathematical meaning, and consists of the elements defined in <a href="chapter4.html">Chapter 4 Content Markup</a>. In addition, both the presentation and content
vocabularies contain the <code>math</code>, <code>semantics</code>,
<code>annotation</code> and <code>annotation-xml</code> elements. The MathML
media types should be used as follows:</p>
<dl>
<dt class="label">"application/mathml-presentation+xml"</dt>
<dd>MathML instances that consist solely of presentation markup.</dd>
<dt class="label">"application/mathml-content+xml"</dt>
<dd>MathML instances that consist solely of content
markup.</dd>
<dt class="label">"application/mathml+xml"</dt>
<dd>Any valid MathML instance. Must be used for MathML instances that are a
mix of presentation and content markup, or where the composition of an
instance is not known or cannot be guaranteed.</dd>
</dl>
<p>Some MathML applications may import and export only one of these
two vocabularies, while others may produce and consume each in a
different way, and still others may process both without any
distinction between the two. Internally, many MathML processors favor
one vocabulary, and support the other vocabulary via conversion if at
all. For example, computational software typically favors content
markup while typesetting software generally favors presentation
markup. By using separate media types for MathML instances consisting
solely of presentation or solely of content markup, such processors can
conduct negotiation for MathML representations in the preferred
vocabulary. For example, consider two web services offering mathematical
computation services such as a spreadsheet and a computer algebra system.
Internally both prefer content markup, but by
default, both generate presentation markup for output. In the
absence of media type negotiation, a likely scenario for an exchange
between two systems involves two conversions, content to
presentation and back again. With negotiation, the conversions are
eliminated. Similarly, a client with a MathML instance in one of the
vocabularies might seek a web service that preferred that
vocabulary.</p>
<p>MathML is commonly used in compound document settings, e.g. within
HTML, where content is drawn from a variety of sources, and processed
with multiple tools. In these cases, the composition of MathML
expressions generally is not known or at least cannot be guaranteed
by a user agent. Consequently, the "application/mathml+xml" type
should be used, as it may be applied to any valid MathML expression.
Since most applications involve data from untrusted sources,
"application/mathml+xml" will commonly be appropriate to use as a
default type, and all MathML processors are encouraged to accept it as
a fallback to the more specific formats.</p>
<p>The media types described here may be applied to instances of
all versions of MathML up to and including MathML 3. MathML instances
do not contain version numbers, so processors and producers must follow the
normative backward compatibility behavior described in this
specification.</p>
</div>
<div class="div2">
<h2><a id="media-types-mathml"></a>B.2 Media type for Generic MathML</h2>
<p>This registration has been submitted to community review and has been
approved by IESG for registration with IANA.</p>
<dl>
<dt class="label">Type name</dt>
<dd><code>application</code></dd>
<dt class="label">Subtype name</dt>
<dd><code>mathml+xml</code></dd>
<dt class="label">Required parameters</dt>
<dd>None</dd>
<dt class="label">Optional parameters</dt>
<dd>Same as <code>charset</code> parameter of
application/xml as specified in <a href="appendixg.html#RFC3023">[RFC3023]</a></dd>
<dt class="label">Encoding considerations</dt>
<dd>The encoding considerations of application/xml as specified in
<a href="appendixg.html#RFC3023">[RFC3023]</a> apply.</dd>
<dt class="label">Security considerations</dt>
<dd>
<p>As with other XML types and as noted in <a href="appendixg.html#RFC3023">[RFC3023]</a> section 10,
repeated expansion of maliciously constructed XML entities can be used
to consume large amounts of memory, which may cause XML processors in
constrained environments to fail.</p>
<p>Several MathML elements may cause arbitrary URIs to be referenced. In
this case, the security issues of <a href="appendixg.html#RFC3986">[RFC3986]</a>, section 7, should be
considered.</p>
<p>In common with HTML, MathML documents may reference external media
such as images, style sheets, and scripting languages. Scripting
languages are executable content. In this case, the security
considerations in the Media Type registrations for those formats shall
apply. Similarly, MathML annotation elements may contain content intended for
execution or processing. In the case where the processor recognizes
and processes the additional content, or where further processing of
that content is dispatched to other processors, additional security
issues potentially arise. Since the normative semantics of this
specification do not require processing of annotation elements, such
issues fall outside the domain of this registration document.</p>
<p>MathML may be used to describe mathematical expressions intended
for evaluation in computing systems. Because of the nature of
mathematics, a seemingly innocuous expression may lead to a
computation which does not terminate or is impractically large. This
introduces the risk that computational processors in constrained
environments may fail.</p>
<p>In addition, because of the extensibility features for MathML and of
XML in general, it is possible that "application/mathml+xml" may describe
content that has security implications beyond those described
here. However, if the processor follows only the normative semantics
of this specification, this content will be outside the MathML namespace
and shall be ignored.</p>
</dd>
<dt class="label">Interoperability considerations</dt>
<dd>
<p>This specification describes processing semantics that dictate
behavior that must be followed when dealing with, among other things,
unrecognized elements and attributes, both in the MathML namespace and
in other namespaces.</p>
<p>Because MathML is extensible, conformant "application/mathml+xml" processors
must expect that content received is well-formed XML, but it cannot be
guaranteed that the content is valid to a particular DTD or Schema or
that the processor will recognize all of the elements and attributes
in the document.</p>
<p>MathML instances do not contain version numbers, so processors and producers must
follow the normative backward compatibility behavior described in this
specification.</p>
<p>In computational contexts, the result of evaluating a MathML
expression is system-specific, and is not guaranteed to be
interoperable between systems.</p>
</dd>
<dt class="label">Published specification</dt>
<dd>This media type registration is extracted from Appendix B
of the <a href="./Overview.html">Mathematical Markup Language
(MathML) Version 3.</a> specification.</dd>
<dt class="label">Applications that use this media type</dt>
<dd>Web browsers, rendering engines, formula editors, typesetting software,
search robots, computing systems.</dd>
<dt class="label">Additional information</dt>
<dd>Magic number(s): see <a href="appendixg.html#RFC3023">[RFC3023]</a></dd>
<dt class="label">File extension(s):</dt>
<dd><code>.mml</code></dd>
<dt class="label">Windows Clipboard Name:</dt>
<dd><code>MathML</code></dd>
<dt class="label">Macintosh file type code(s)</dt>
<dd>MML </dd>
<dt class="label">Macintosh Universal Type Identifier code</dt>
<dd> <code>public.mathml</code> conforming to <code>public.xml</code></dd>
<dt class="label">Person & email address to contact for further information</dt>
<dd>Paul Libbrecht ([email protected]). See the <a href="http://www.w3.org/Math">W3C Math Working Group</a> home
page for more information.</dd>
<dt class="label">Intended usage</dt>
<dd>COMMON</dd>
<dt class="label">Restrictions on usage</dt>
<dd>None</dd>
<dt class="label">Author and Change controller</dt>
<dd>The MathML specification is the product of the World Wide Web
Consortium's Math Working Group. The W3C has change control over
this specification.</dd>
</dl>
</div>
<div class="div2">
<h2><a id="media-types-mathml-p"></a>B.3 Media type for Presentation MathML</h2>
<p>This registration has been submitted to community review and has been
approved by IESG for registration with IANA.</p>
<dl>
<dt class="label">Type name</dt>
<dd><code>application</code></dd>
<dt class="label">Subtype name</dt>
<dd><code>mathml-presentation+xml</code></dd>
<dt class="label">Required parameters</dt>
<dd>None</dd>
<dt class="label">Optional parameters</dt>
<dd>Same as <code>charset</code> parameter of
application/xml as specified in <a href="appendixg.html#RFC3023">[RFC3023]</a></dd>
<dt class="label">Encoding considerations</dt>
<dd>The considerations of application/xml as specified in
<a href="appendixg.html#RFC3023">[RFC3023]</a> apply.</dd>
<dt class="label">Security considerations</dt>
<dd>
<p>As with other XML types and as noted in <a href="appendixg.html#RFC3023">[RFC3023]</a> section 10,
repeated expansion of maliciously constructed XML entities can be used
to consume large amounts of memory, which may cause XML processors in
constrained environments to fail.</p>
<p>Several MathML elements may cause arbitrary URIs to be referenced. In
this case, the security issues of <a href="appendixg.html#RFC3986">[RFC3986]</a>, section 7, should be
considered.</p>
<p>In common with HTML, MathML documents may reference external media
such as images, style sheets, and scripting languages. Scripting
languages are executable content. In this case, the security
considerations in the Media Type registrations for those formats shall
apply. Similarly, MathML annotation elements may contain content intended for
execution or processing. In the case where the processor recognizes
and processes the additional content, or where further processing of
that content is dispatched to other processors, additional security
issues potentially arise. Since the normative semantics of this
specification do not require processing of annotation elements, such
issues fall outside the domain of this registration document.</p>
<p>MathML may be used to describe mathematical expressions intended
for evaluation in computing systems. Because of the nature of
mathematics, a seemingly innocuous expression may lead to a
computation which does not terminate or is impractically large. This
introduces the risk that computational processors in constrained
environments may fail.</p>
<p>In addition, because of the extensibility features for MathML and of
XML in general, it is possible that "application/mathml-presentation+xml" may describe
content that has security implications beyond those described
here. However, if the processor follows only the normative semantics
of this specification, this content will be outside the MathML namespace
and shall be ignored.</p>
</dd>
<dt class="label">Interoperability considerations</dt>
<dd>
<p>This specification describes processing semantics that dictate
behavior that must be followed when dealing with, among other things,
unrecognized elements and attributes, both in the MathML namespace and
in other namespaces.</p>
<p>Because MathML is extensible, conformant "application/mathml-presentation+xml" processors
must expect that content received is well-formed XML, but it cannot be
guaranteed that the content is valid to a particular DTD or Schema or
that the processor will recognize all of the elements and attributes
in the document.</p>
<p>MathML instances do not contain version numbers, so processors and producers must
follow the normative backward compatibility behavior described in this
specification.</p>
<p>In computational contexts, the result of evaluating a MathML
expression is system-specific, and is not guaranteed to be
interoperable between systems.</p>
<p>This specification does not record a file extension for the media type
"application/mathml-presentation+xml" because we expect tools processing files
with MathML inside to have sufficient information with the generic media-type
(application/mathml+xml) while other content negotiation forms will take advantage
of specific media-types.</p>
</dd>
<dt class="label">Published specification</dt>
<dd>This media type registration is extracted from Appendix B
of the <a href="./Overview.html">Mathematical Markup Language
(MathML) Version 3.</a> specification.</dd>
<dt class="label">Applications that use this media type</dt>
<dd>Web browsers, rendering engines, formula editors, typesetting software, search robots,
computing systems.</dd>
<dt class="label">Additional information</dt>
<dd>Magic number(s): see <a href="appendixg.html#RFC3023">[RFC3023]</a></dd>
<dt class="label">File extension(s):</dt>
<dd>None</dd>
<dt class="label">Windows Clipboard Name:</dt>
<dd><code>MathML Presentation</code></dd>
<dt class="label">Macintosh file type code(s)</dt>
<dd>MMLp</dd>
<dt class="label">Macintosh Universal Type Identifier code</dt>
<dd> <code>public.mathml.presentation</code> conforming to
<code>public.mathml</code> (described above) conforming to <code>public.xml</code></dd>
<dt class="label">Person & email address to contact for further information</dt>
<dd>Paul Libbrecht ([email protected]). See the <a href="http://www.w3.org/Math">W3C Math Working Group</a> home
page for more information.</dd>
<dt class="label">Intended usage</dt>
<dd>COMMON</dd>
<dt class="label">Restrictions on usage</dt>
<dd>None</dd>
<dt class="label">Author and Change controller</dt>
<dd>The MathML specification is the product of the World Wide Web
Consortium's Math Working Group. The W3C has change control over
this specification.</dd>
</dl>
</div>
<div class="div2">
<h2><a id="media-types-mathml-c"></a>B.4 Media type for Content MathML</h2>
<p>This registration has been submitted to community review and has been
approved by IESG for registration with IANA.</p>
<dl>
<dt class="label">Type name</dt>
<dd><code>application</code></dd>
<dt class="label">Subtype name</dt>
<dd><code>mathml-content+xml</code></dd>
<dt class="label">Required parameters</dt>
<dd>None</dd>
<dt class="label">Optional parameters</dt>
<dd>Same as <code>charset</code> parameter of
application/xml as specified in <a href="appendixg.html#RFC3023">[RFC3023]</a></dd>
<dt class="label">Encoding considerations</dt>
<dd>The encoding considerations of application/xml as specified in
<a href="appendixg.html#RFC3023">[RFC3023]</a> apply.</dd>
<dt class="label">Security considerations</dt>
<dd>
<p>As with other XML types and as noted in <a href="appendixg.html#RFC3023">[RFC3023]</a> section 10,
repeated expansion of maliciously constructed XML entities can be used
to consume large amounts of memory, which may cause XML processors in
constrained environments to fail.</p>
<p>Several MathML elements may cause arbitrary URIs to be referenced. In
this case, the security issues of <a href="appendixg.html#RFC3986">[RFC3986]</a>, section 7, should be
considered.</p>
<p>In common with HTML, MathML documents may reference external media
such as images, style sheets, and scripting languages. Scripting
languages are executable content. In this case, the security
considerations in the Media Type registrations for those formats shall
apply. Similarly, MathML annotation elements may contain content intended for
execution or processing. In the case where the processor recognizes
and processes the additional content, or where further processing of
that content is dispatched to other processors, additional security
issues potentially arise. Since the normative semantics of this
specification do not require processing of annotation elements, such
issues fall outside the domain of this registration document.</p>
<p>MathML may be used to describe mathematical expressions intended
for evaluation in computing systems. Because of the nature of
mathematics, a seemingly innocuous expression may lead to a
computation which does not terminate or is impractically large. This
introduces the risk that computational processors in constrained
environments may fail.</p>
<p>In addition, because of the extensibility features for MathML and of
XML in general, it is possible that "application/mathml-content+xml" may describe
content that has security implications beyond those described
here. However, if the processor follows only the normative semantics
of this specification, this content will be outside the MathML namespace
and shall be ignored.</p>
</dd>
<dt class="label">Interoperability considerations</dt>
<dd>
<p>This specification describes processing semantics that dictate
behavior that must be followed when dealing with, among other things,
unrecognized elements and attributes, both in the MathML namespace and
in other namespaces.</p>
<p>Because MathML is extensible, conformant "application/mathml-content+xml" processors
must expect that content received is well-formed XML, but it cannot be
guaranteed that the content is valid to a particular DTD or Schema or
that the processor will recognize all of the elements and attributes
in the document.</p>
<p>MathML instances do not contain version numbers, so processors and producers must
follow the normative backward compatibility behavior described in this
specification.</p>
<p>In computational contexts, the result of evaluating a MathML
expression is system-specific, and is not guaranteed to be
interoperable between systems.</p>
<p>This specification does not record a file extension for the media type
"application/mathml-content+xml" because we expect tools processing files
with MathML inside to have sufficient information with the generic media-type
(application/mathml+xml) while other content negotiation forms will take advantage
of specific media-types.</p>
</dd>
<dt class="label">Published specification</dt>
<dd>This media type registration is extracted from Appendix B
of the <a href="./Overview.html">Mathematical Markup Language
(MathML) Version 3.</a> specification.</dd>
<dt class="label">Applications that use this media type</dt>
<dd>Formula editors, search robots, computing systems.</dd>
<dt class="label">Additional information</dt>
<dd>Magic number(s): see <a href="appendixg.html#RFC3023">[RFC3023]</a></dd>
<dt class="label">File extension(s):</dt>
<dd>None</dd>
<dt class="label">Windows Clipboard Name:</dt>
<dd><code>MathML Content</code></dd>
<dt class="label">Macintosh file type code(s)</dt>
<dd>MMLc</dd>
<dt class="label">Macintosh Universal Type Identifier code</dt>
<dd> <code>public.mathml.content</code> conforming to
<code>public.mathml</code> (described above) conforming to <code>public.xml</code>
</dd>
<dt class="label">Person & email address to contact for further information</dt>
<dd>Paul Libbrecht ([email protected]). See the <a href="http://www.w3.org/Math">W3C Math Working Group</a> home
page for more information.</dd>
<dt class="label">Intended usage</dt>
<dd>COMMON</dd>
<dt class="label">Restrictions on usage</dt>
<dd>None</dd>
<dt class="label">Author and Change controller</dt>
<dd>The MathML specification is the product of the World Wide Web
Consortium's Math Working Group. The W3C has change control over
this specification.</dd>
</dl>
</div>
</div>
<div class="minitoc">
Overview: <a href="Overview.html">Mathematical Markup Language (MathML) Version 4.0</a><br>
Previous: A <a href="appendixa.html">Parsing MathML</a><br>
Next: C <a href="appendixc.html">Operator Dictionary</a></div>
</body>
</html>