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
/
appendixd.html
485 lines (457 loc) · 27.3 KB
/
appendixd.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Glossary</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="glossary"></a>D Glossary (Non-Normative)</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="appendixc.html"><span class="secno">C </span> Operator Dictionary</a></li>
<li><a href="appendixe.html"><span class="secno">E </span> Working Group Membership and Acknowledgments</a></li>
<li><a href="appendixd.html"><span class="secno">D </span> Glossary (Non-Normative)</a>
</li>
</ol>
</nav>
<div class="div1">
<p>Several of the following definitions of terms have been borrowed or
modified from similar definitions in documents originating from W3C or
standards organizations. See the individual definitions for more
information.</p>
<dl>
<dt class="label"><a id="dt-argument"></a>Argument</dt>
<dd>A child of a presentation layout schema. That is, "A is an
argument of B" means "A is a child of B and B is a
presentation layout schema". Thus, token elements have no arguments,
even if they have children (which can only be
<code>malignmark</code>).</dd>
<dt class="label"><a id="dt-attribute"></a>Attribute</dt>
<dd>A parameter used to specify some property of an SGML or XML element
type. It is defined in terms of an attribute name, attribute type, and a
default value. A value may be specified for it on a start-tag for that
element type.</dd>
<dt class="label"><a id="dt-axis"></a>Axis</dt>
<dd>The axis is an imaginary alignment line upon which a fraction line
is centered. Often, operators as well as characters that can stretch, such
as parentheses, brackets, braces, summation signs etc., are centered on
the axis, and are symmetric with respect to it.</dd>
<dt class="label"><a id="dt-baseline"></a>Baseline</dt>
<dd>The baseline is an imaginary alignment line upon which a glyph
without a descender rests. The baseline is an intrinsic property of the
glyph (namely a horizontal line). Often baselines are aligned (joined)
during typesetting.</dd>
<dt class="label"><a id="dt-blackbox"></a>Black box</dt>
<dd>The bounding box of the actual size taken up by the viewable
portion (ink) of a glyph or expression.</dd>
<dt class="label"><a id="dt-boundingbox"></a>Bounding box</dt>
<dd>The rectangular box of smallest size, taking into account the
constraints on boxes allowed in a particular context, which contains some
specific part of a rendered display.</dd>
<dt class="label"><a id="dt-box"></a>Box</dt>
<dd>A rectangular plane area considered to contain a character or
further sub-boxes, used in discussions of rendering for display. It is
usually considered to have a baseline, height, depth and width.</dd>
<dt class="label"><a id="dt-css"></a>Cascading Style Sheets (CSS)</dt>
<dd>A language that allows authors and readers to attach style
(e.g. fonts, colors and spacing) to HTML and XML documents.</dd>
<dt class="label"><a id="dt-character"></a>Character</dt>
<dd>A member of a set of identifiers used for the organization, control
or representation of text. ISO/IEC Standard 10646-1:1993 uses the word
"data" here instead of "text".</dd>
<dt class="label"><a id="dt-cdata"></a>Character data (<b>CDATA</b>)</dt>
<dd>A data type in SGML and XML for raw data that does not include
markup or entity references. Attributes of type <b>CDATA</b> may contain
entity references. These are expanded by an XML processor before the
attribute value is processed as <b>CDATA</b>.</dd>
<dt class="label"><a id="dt-char-depth"></a>Character or expression depth</dt>
<dd>Distance between the baseline and bottom edge of the character
glyph or expression. Also known as the descent.</dd>
<dt class="label"><a id="dt-char-height"></a>Character or expression height</dt>
<dd>Distance between the baseline and top edge of the character glyph
or expression. Also known as the ascent.</dd>
<dt class="label"><a id="dt-char-width"></a>Character or expression width</dt>
<dd>Horizontal distance taken by the character glyph as indicated in
the font metrics, or the total width of an expression.</dd>
<dt class="label"><a id="dt-condition"></a>Condition</dt>
<dd>A MathML content element used to place a mathematical condition on
one or more variables.</dd>
<dt class="label"><a id="dt-contained"></a>Contained (element A is contained in element B)</dt>
<dd>A is part of B's content.</dd>
<dt class="label"><a id="dt-container"></a>Container (Constructor)</dt>
<dd>A non-empty Content MathML element that is used to construct a
mathematical object such as a number, set, or list.</dd>
<dt class="label"><a id="dt-content-elements"></a>Content elements</dt>
<dd>MathML elements that explicitly specify the mathematical meaning
of a portion of a MathML expression (defined in <a href="chapter4.html">Chapter 4 Content Markup</a>).</dd>
<dt class="label"><a id="dt-content-token-element"></a>Content token element</dt>
<dd>Content element having only <b>PCDATA</b>, <code>sep</code>
and presentation expressions as content. Represents either an identifier
(<code>ci</code>) or a number (<code>cn</code>).</dd>
<dt class="label"><a id="dt-context"></a>Context (of a given MathML expression)</dt>
<dd>Information provided during the rendering of some MathML data to
the rendering process for the given MathML expression; especially
information about the MathML markup surrounding the expression.</dd>
<dt class="label"><a id="dt-declaration"></a>Declaration</dt>
<dd>An instance of the declare element.</dd>
<dt class="label"><a id="dt-depth"></a>Depth</dt>
<dd>(of a box) The distance from the baseline of the box to the bottom
edge of the box.</dd>
<dt class="label"><a id="dt-direct-sub-expression"></a>Direct sub-expression
(of a MathML expression "E")</dt>
<dd>A sub-expression directly contained in E.</dd>
<dt class="label"><a id="dt-directly-contained"></a>Directly contained
(element A in element B)</dt>
<dd>A is a child of B (as defined in XML), in other words
A is contained in B, but not in any element that is itself contained in
B.</dd>
<dt class="label"><a id="dt-dom"></a>Document Object Model</dt>
<dd>A model in which the document or Web page is treated as an object
repository. This model is developed by the DOM Working Group (DOM) of the
W3C.</dd>
<dt class="label"><a id="dt-dsssl"></a>Document Style Semantics and Specification Language (DSSSL)</dt>
<dd>A method of specifying the formatting and transformation of
SGML documents. ISO International Standard 10179:1996.</dd>
<dt class="label"><a id="dt-dtd"></a>Document Type Definition (DTD)</dt>
<dd>In SGML or XML, a DTD is a formal definition of the elements and
the relationship among the data elements (the structure) for a particular
type of document.</dd>
<dt class="label"><a id="dt-em"></a>Em</dt>
<dd>A font-relative measure encoded by the font. Before electronic
typesetting, an "em" was the width of an
"M" in the font. In modern usage, an "em"
is either specified by the designer of the font or is taken to be the
height (point size) of the font. Em's are typically used for font-relative
horizontal sizes.</dd>
<dt class="label"><a id="dt-ex"></a>Ex</dt>
<dd>A font-relative measure that is the height of an "x"
in the font. "ex"s are typically used for
font-relative vertical sizes.</dd>
<dt class="label"><a id="dt-height"></a>Height</dt>
<dd>(of a box) The distance from the baseline of the box to the top
edge of the box.</dd>
<dt class="label"><a id="dt-inferred-mrow"></a>Inferred <code>mrow</code></dt>
<dd>An <code>mrow</code> element that is
"inferred" around the contents of certain layout schemata when
they have other than exactly one argument. Defined precisely in <a href="chapter3.html#presm.summary">Section 3.1.9 Summary of Presentation Elements</a></dd>
<dt class="label"><a id="dt-embedded-object"></a>Embedded object</dt>
<dd>Embedded objects such as Java applets, Microsoft Component Object
Model (COM) objects (e.g. ActiveX Controls and ActiveX Document
embeddings), and plug-ins that reside in an HTML document.</dd>
<dt class="label"><a id="dt-embellished-operator"></a>Embellished operator</dt>
<dd>An operator, including any "embellishment" it may
have, such as superscripts or style information. The
"embellishment" is represented by a layout schema that
contains the operator itself.
Defined precisely in <a href="chapter3.html#presm.mo">Section 3.2.5 Operator, Fence, Separator or Accent
<code><mo></code></a>.</dd>
<dt class="label"><a id="dt-entity-reference"></a>Entity reference</dt>
<dd>A sequence of ASCII characters of the form <code>&name;</code> representing some other data, typically a
non-ASCII character, a sequence of characters, or an external source of
data, e.g. a file containing a set of standard entity definitions such as
ISO Latin 1.</dd>
<dt class="label"><a id="dt-xml"></a>Extensible Markup Language (XML)</dt>
<dd>A simple dialect of SGML intended to enable generic SGML to be
served, received, and processed on the Web.</dd>
<dt class="label"><a id="dt-fences"></a>Fences</dt>
<dd>In typesetting, bracketing tokens like parentheses, braces, and
brackets, which usually appear in matched pairs.</dd>
<dt class="label"><a id="dt-font"></a>Font</dt>
<dd>A particular collection of glyphs of a typeface of a given size,
weight and style, for example "Times Roman Bold 12 point".</dd>
<dt class="label"><a id="dt-glyph"></a>Glyph</dt>
<dd>The actual shape (bit pattern, outline) of a character.
ISO/IEC Standard 9541-1:1991 defines a glyph as a recognizable abstract
graphic symbol that is independent of any specific design.</dd>
<dt class="label"><a id="dt-indirectly-contained"></a>Indirectly contained</dt>
<dd>A is contained in B, but not directly contained in B.</dd>
<dt class="label"><a id="dt-mathml-instance"></a>Instance of MathML</dt>
<dd>A single instance of the top level element of MathML, and/or a
single instance of embedded MathML in some other data format.</dd>
<dt class="label"><a id="dt-inverse-function"></a>Inverse function</dt>
<dd>A mathematical function that, when composed with the original
function acts like an identity function.</dd>
<dt class="label"><a id="dt-lambda-exp"></a>Lambda expression</dt>
<dd>A mathematical expression used to define a function in terms of
variables and an expression in those variables.</dd>
<dt class="label"><a id="dt-layout-schema"></a>Layout schema (plural: schemata)</dt>
<dd>A presentation element defined in chapter 3, other than the token
elements and empty elements defined there (i.e. not the elements defined in
<a href="chapter3.html#presm.tokel">Section 3.2 Token Elements</a> and <a href="chapter3.html#presm.malign">Section 3.5.5 Alignment Markers
<code><maligngroup/></code>, <code><malignmark/></code></a>, or the
empty elements <code>none</code> and
<code>mprescripts</code> defined in <a href="chapter3.html#presm.mmultiscripts">Section 3.4.7 Prescripts and Tensor Indices
<code><mmultiscripts></code>,
<code><mprescripts/></code>,
<code><none/></code></a>).
The layout schemata are never empty elements (though their content may
contain nothing in some cases), are always expressions, and all allow any
MathML expressions as arguments (except for requirements on argument count,
and the requirement for a certain empty element in <code>mmultiscripts</code>).</dd>
<dt class="label"><a id="dt-mathml"></a>Mathematical Markup Language (MathML)</dt>
<dd>The markup language specified in this document for describing
the structure of mathematical expressions, together with a mathematical
context.</dd>
<dt class="label"><a id="dt-mathml-element"></a>MathML element</dt>
<dd>An XML element that forms part of the logical structure of a
MathML document.</dd>
<dt class="label"><a id="dt-mathml-exp"></a>MathML expression (within some valid MathML
data)</dt>
<dd>A single instance of a presentation element, except for the empty
elements <code>none</code> or
<code>mprescripts</code>, or an instance of <code>malignmark</code> within a token element (defined below);
or a single instance of certain of the content elements
(see <a href="chapter4.html">Chapter 4 Content Markup</a> for a precise definition of which ones).</dd>
<dt class="label"><a id="dt-mime"></a>Multi-purpose Internet Mail Extensions (MIME)</dt>
<dd>A set of specifications that offers a way to interchange text in
languages with different character sets, and multimedia content among many
different computer systems that use Internet mail standards.</dd>
<dt class="label"><a id="dt-operator-content"></a>Operator, content element</dt>
<dd>A mathematical object that is applied to arguments using the
<code>apply</code> element.</dd>
<dt class="label"><a id="dt-operator"></a>Operator, an <code>mo</code>
element</dt>
<dd>Used to represent ordinary operators, fences, separators in MathML
presentation. (The token element <code>mo</code> is defined in
<a href="chapter3.html#presm.mo">Section 3.2.5 Operator, Fence, Separator or Accent
<code><mo></code></a>).</dd>
<dt class="label"><a id="dt-openmath"></a>OpenMath</dt>
<dd>A general representation language for communicating mathematical
objects between application programs.</dd>
<dt class="label"><a id="dt-pcdata"></a>Parsed character data (<b>PCDATA</b>)</dt>
<dd>An SGML/XML data type for raw data occurring in a context where
text is parsed and markup (for instance entity references and element
start/end tags) is recognized.</dd>
<dt class="label"><a id="dt-pt"></a>Point</dt>
<dd>Point is often abbreviated "pt". The value of 1 pt
is approximately 1/72 inch. Points are typically used to specify
absolute sizes for font-related objects.</dd>
<dt class="label"><a id="dt-pres-elements"></a>Presentation elements</dt>
<dd>MathML tags and entities intended to express the syntactic
structure of mathematical notation (defined in <a href="chapter3.html">Chapter 3 Presentation Markup</a>).</dd>
<dt class="label"><a id="dt-pres-layout-schema"></a>Presentation layout schema</dt>
<dd>A presentation element that can have other MathML elements as
content.</dd>
<dt class="label"><a id="dt-pres-token-element"></a>Presentation token element</dt>
<dd>A presentation element that can contain only parsed character data
or the <code>malignmark</code> element.</dd>
<dt class="label"><a id="dt-qualifier"></a>Qualifier</dt>
<dd>A MathML content element that is used to specify the value of a
specific named parameter in the application of selected pre-defined
functions.</dd>
<dt class="label"><a id="dt-relation"></a>Relation</dt>
<dd>A MathML content element used to construct expressions such as
<var>a</var> < <var>b</var>.</dd>
<dt class="label"><a id="dt-render"></a>Render</dt>
<dd>Faithfully translate into application-specific form allowing native
application operations to be performed.</dd>
<dt class="label"><a id="dt-schema"></a>Schema</dt>
<dd>Schema (plural: schemata or schemata). See "presentation layout
schema".</dd>
<dt class="label"><a id="dt-declaration-scope"></a>Scope of a declaration</dt>
<dd>The portion of a MathML document in which a particular
definition is active.</dd>
<dt class="label"><a id="dt-selected-sub-exp"></a>Selected sub-expression
(of an <code>maction</code> element)</dt>
<dd>The argument of an <code>maction</code> element (a
layout schema defined in <a href="chapter3.html#presm.enliven">Section 3.7 Enlivening Expressions</a>) that is (at any
given time) "selected" within the viewing state of a MathML
renderer, or by the <code>selection</code> attribute when the
element exists only in MathML data. Defined precisely in the aforementioned
section.</dd>
<dt class="label"><a id="dt-spacelike"></a>Space-like (MathML expression)</dt>
<dd>A MathML expression that is ignored by the suggested rendering
rules for MathML presentation elements when they determine operator forms
and effective operator rendering attributes based on operator positions in
<code>mrow</code> elements. Defined precisely in <a href="chapter3.html#presm.mspace">Section 3.2.7 Space <code><mspace/></code></a>.</dd>
<dt class="label"><a id="dt-sgml"></a>Standard Generalized Markup Language (SGML)</dt>
<dd>An ISO standard (ISO 8879:1986) that provides a formal
mechanism for the definition of document structure via DTDs (Document
Type Definitions), and a notation for the markup of document instances
conforming to a DTD.</dd>
<dt class="label"><a id="dt-sub-exp"></a>Sub-expression (of a MathML expression
"E")</dt>
<dd>A MathML expression contained (directly or indirectly) in the
content of E.</dd>
<dt class="label"><a id="dt-suggested-rendering-rules"></a>Suggested rendering rules for
MathML presentation elements</dt>
<dd>Defined throughout <a href="chapter3.html">Chapter 3 Presentation Markup</a>; the ones that use other
terms defined here occur mainly in <a href="chapter3.html#presm.mo">Section 3.2.5 Operator, Fence, Separator or Accent
<code><mo></code></a> and in
<a href="chapter3.html#presm.enliven">Section 3.7 Enlivening Expressions</a>.</dd>
<dt class="label"><a id="dt-tex"></a>T<span style="vertical-align:-.4ex; margin-left:-.15ex; margin-right:-.15ex">E</span>X</dt>
<dd>A software system developed by Professor Donald Knuth for
typesetting documents.</dd>
<dt class="label"><a id="dt-token-element"></a>Token element</dt>
<dd>Presentation token element or a Content token element. (See
above.)</dd>
<dt class="label"><a id="dt-toplevel-element"></a>Top-level element (of MathML)</dt>
<dd><code>math</code> (defined in <a href="chapter2.html#interf.toplevel">Section 2.2 The Top-Level
<code><math></code> Element</a>).</dd>
<dt class="label"><a id="dt-typeface"></a>Typeface</dt>
<dd>A typeface is a specific design of a set of letters, numbers and
symbols, such as "Times Roman" or "Chicago".</dd>
<dt class="label"><a id="dt-valid-mathml"></a>Valid MathML data</dt>
<dd>MathML data that (1) conforms to the MathML DTD, (2) obeys the
additional rules defined in the MathML standard for the legal contents and
attribute values of each MathML element, and (3) satisfies the EBNF grammar
for content elements.</dd>
<dt class="label"><a id="dt-width"></a>Width (of a box)</dt>
<dd>The distance from the left edge of the box to the right edge of the
box.</dd>
<dt class="label"><a id="dt-xsl"></a>Extensible Style Language (XSL)</dt>
<dd>A style language for XML developed by W3C. See XSL FO and XSLT.</dd>
<dt class="label"><a id="dt-xslfo"></a>XSL Formatting Objects (XSL FO)</dt>
<dd>An XML vocabulary to express formatting, which is a part of XSL.</dd>
<dt class="label"><a id="dt-xslt"></a>XSL Transformation (XSLT)</dt>
<dd>A language to express the transformation of XML documents
into other XML documents.</dd>
</dl>
</div>
<div class="minitoc">
Overview: <a href="Overview.html">Mathematical Markup Language (MathML) Version 4.0</a><br>
Previous: C <a href="appendixc.html">Operator Dictionary</a><br>
Next: E <a href="appendixe.html">Working Group Membership and Acknowledgments</a></div>
</body>
</html>