mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
15 lines
300 B
HTML
15 lines
300 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>bidi overrides</title>
|
|
</head><body>
|
|
&#x202d; forces ltr<br />
|
|
&#x202e; forces rtl<br />
|
|
&#x202c; restores bidi<br />
|
|
<blockquote>
|
|
this is ltr: ‭hello‬<br />
|
|
this is rtl: ‮hello‬
|
|
</blockquote>
|
|
</body>
|
|
</html>
|