mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
24 lines
567 B
HTML
24 lines
567 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test mpadded</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<!--with fixed width, height + depth should not depend on the characters-->
|
|
<mpadded mathbackground="red" width="100width">
|
|
<mphantom>
|
|
<mtext style="font-family: monospace">|</mtext>
|
|
</mphantom>
|
|
</mpadded>
|
|
</math>
|
|
<br>
|
|
<math>
|
|
<mpadded mathbackground="red" width="100width">
|
|
<mphantom>
|
|
<mtext mathvariant="monospace">i</mtext>
|
|
</mphantom>
|
|
</mpadded>
|
|
</math>
|
|
</body>
|
|
</html>
|