mstyle-notation.html (419B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>notation attribute on mstyle</title> 5 <link rel="match" href="mstyle-notation-ref.html"/> 6 <meta name="assert" content="notation attribute on mstyle does not apply to menclose descendants."> 7 </head> 8 <body> 9 <math> 10 <mstyle notation="box"> 11 <menclose> 12 <mtext>menclose</mtext> 13 </menclose> 14 </mstyle> 15 </math> 16 </body> 17 </html>