File: appendixf.html

package info (click to toggle)
w3-recs 20110107-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 195,972 kB
  • ctags: 48,964
  • sloc: xml: 67,284; makefile: 115; perl: 31
file content (273 lines) | stat: -rw-r--r-- 11,035 bytes parent folder | download
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
<!DOCTYPE html
  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title>Changes</title><style type="text/css">

.egmeta {
color:#5555AA;font-style:italic;font-family:serif;font-weight:bold;
}

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; }
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;}
  .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="../../../StyleSheets/TR/W3C-REC.css">
   </head>
   <body>
      
      <h1><a name="changes" id="changes"></a>F Changes (Non-Normative)
      </h1>
      <!-- TOP NAVIGATION BAR -->
      <div class="minitoc">
         
         Overview: <a href="Overview.html">Mathematical Markup Language (MathML) Version 3.0</a><br>
         Previous: E <a href="appendixe.html">Working Group Membership and Acknowledgments</a><br>
         Next: G <a href="appendixg.html">Normative References</a><br><br>F <a href="appendixf.html">Changes (Non-Normative)</a><br>&nbsp;&nbsp;&nbsp;&nbsp;F.1 <a href="appendixf.html#changes.mathml2.0e-3.0">Changes between MathML 2.0 Second Edition and MathML 3.0</a><br></div>
      <div class="div1">
         <div class="div2">
            
            <h2><a name="changes.mathml2.0e-3.0" id="changes.mathml2.0e-3.0"></a>F.1 Changes between MathML 2.0 Second Edition and MathML 3.0
            </h2>
            <ul>
               <li>
                  <p>Changes to <a href="chapter2.html">Chapter&nbsp;2 MathML Fundamentals</a>.
                  </p>
                  <ul>
                     <li>
                        <p>The attribute <code>href</code> added to the common MathML attributes, <a href="chapter2.html#fund.globatt">Section&nbsp;2.1.6 Attributes Shared by all MathML Elements</a> to allow hypertext links.
                        </p>
                     </li>
                     <li>
                        <p>Additional attributes added to the <code>math</code> element, see
                           <a href="chapter2.html#interf.toplevel.atts">Section&nbsp;2.2.1 Attributes</a>.
                        </p>
                     </li>
                  </ul>
               </li>
               <li>
                  <p>Changes to <a href="chapter3.html">Chapter&nbsp;3 Presentation Markup</a>.
                  </p>
                  <ul>
                     <li>
                        <p>Introduced mechanisms for controlling the Directionality of layout, as described in <a href="chapter3.html#presm.bidi">Section&nbsp;3.1.5 Directionality</a>.
                        </p>
                     </li>
                     <li>
                        <p>Introduced mechanisms for controlling linebreaking <a href="chapter3.html#presm.linebreaking">Section&nbsp;3.1.7 Linebreaking of Expressions</a>.
                        </p>
                     </li>
                     <li>
                        <p>Extended <code>mglyph</code> to support general image inclusion, <a href="chapter3.html#presm.mglyph">Section&nbsp;3.2.1.2  <code>&lt;mglyph/&gt;</code></a>.
                        </p>
                     </li>
                     <li>
                        <p>The facilities for adjusting spacing with <code>mpadded</code> have been extended and rationalised, <a href="chapter3.html#presm.mpadded">Section&nbsp;3.3.6 Adjust Space Around Content
                              <code>&lt;mpadded&gt;</code></a>.
                        </p>
                     </li>
                     <li>
                        <p>Introduced new presentation elements for elementary math layouts, <a href="chapter3.html#presm.elementary">Section&nbsp;3.6 Elementary Math</a>: <code>mstack</code>, <code>mlongdiv</code>, <code>msgroup</code>, <code>msrow</code>, <code>mscarries</code>, <code>mscarry</code>, and <code>msline</code>.
                        </p>
                     </li>
                  </ul>
               </li>
               <li>
                  <p>Changes to <a href="chapter4.html">Chapter&nbsp;4 Content Markup</a>.
                  </p>
                  <ul>
                     <li>
                        <p>Introduced new content elements <code>bind</code>, <code>share</code>, <code>cerror</code>, <code>cs</code> and  <code>cbytes</code>.
                        </p>
                     </li>
                     <li>
                        <p>Removed deprecated content elements <code>reln</code> and <code>fn</code>.
                        </p>
                     </li>
                     <li>
                        <p>Removed content element <code>declare</code>.
                        </p>
                     </li>
                     <li>
                        <p>The concept of Strict Content MathML and the use of OpenMath Content Dictionaries has been introduced, and the whole chapter
                           restructured.
                        </p>
                     </li>
                  </ul>
               </li>
               <li>
                  <p>Changes to <a href="chapter5.html">Chapter&nbsp;5 Mixing Markup Languages for Mathematical Expressions</a>.
                  </p>
               </li>
               <li>
                  <p>New Chapter: <a href="chapter6.html">Chapter&nbsp;6 Interactions with the Host Environment</a>.
                  </p>
               </li>
               <li>
                  <p>Changes to <a href="chapter7.html">Chapter&nbsp;7 Characters, Entities and Fonts</a>.
                  </p>
                  <p>This chapter is much reduced from the corresponding chapter in previous releases of MathML. All the tables and much of the
                     other content of this chapter is now maintained as a separate document <a href="appendixg.html#Entities">[Entities]</a></p>
               </li>
               <li>
                  <p>Changes to <a href="appendixa.html">Appendix&nbsp;A Parsing MathML</a>.
                  </p>
                  <p>The Normative version of the grammar is now expressed in Relax NG, with DTD and XSD versions being derived.</p>
               </li>
               <li>
                  <p>New Appendix: <a href="appendixb.html">Appendix&nbsp;B Media Types Registrations</a>.
                  </p>
               </li>
               <li>
                  <p>Changes to <a href="appendixc.html">Appendix&nbsp;C Operator Dictionary</a>.
                  </p>
                  <p>The Operator Dictionary table has been updated and rationalised and presented in a new format.</p>
               </li>
               <li>
                  <p>MathML DOM</p>
                  <p>The chapter and appendices relating to the MathML DOM have been removed from this specification, with the intention of updating
                     them and publishing them as a separate document at a later time.
                  </p>
               </li>
            </ul>
         </div>
      </div>
      <div class="minitoc">
         
         Overview: <a href="Overview.html">Mathematical Markup Language (MathML) Version 3.0</a><br>
         Previous:     E <a href="appendixe.html">Working Group Membership and Acknowledgments</a><br>
         Next:     G <a href="appendixg.html">Normative References</a></div>
   </body>
</html>