Initial commit, very few changes from orca 45. Added xfce4-notification daemon support.
This commit is contained in:
26
test/html/math-menclose.html
Normal file
26
test/html/math-menclose.html
Normal file
@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head><meta charset="utf-8"></head>
|
||||
<body>
|
||||
<div>MathML menclose test cases</div>
|
||||
<math display="block"><menclose><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="longdiv"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="actuarial"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="phasorangle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="radical"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="box"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="roundedbox"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="circle"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="left"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="top"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="left right"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="left right top bottom"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="updiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="downdiagonalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="verticalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="horizontalstrike"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<math display="block"><menclose notation="madruwb"><mi>x</mi><mo>+</mo><mi>y</mi></menclose></math>
|
||||
<div>End of test</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user