| <!doctype html> |
| <html> |
| <head> |
| <title>dir mo</title> |
| <meta charset="utf-8"/> |
| </head> |
| <body> |
| |
| <!-- This checks prefix form in RTL mode. --> |
| _<math dir="rtl"><mo style="-webkit-margin-start: 0em; -webkit-margin-end: 0.055555555555555em;" lspace="0em" rspace="0em">+</mo><mi>x</mi></math>_ |
| |
| <br/> |
| |
| <!-- This checks leading and trailing spaces in RTL mode. --> |
| _<math dir="rtl"><mi>x</mi><mo style="-webkit-margin-start: 1em; -webkit-margin-end: 2em;" lspace="0em" rspace="0em">+</mo><mi>y</mi></math>_ |
| |
| </body> |
| </html> |