mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
14 lines
272 B
HTML
14 lines
272 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>bidi overrides</title>
|
|
</head><body>
|
|
<bdo dir="LTR"> forces ltr<br />
|
|
<bdo dir="RTL"> forces rtl<br />
|
|
</bdo> restores bidi<br />
|
|
<blockquote>
|
|
this is ltr: hello<br />
|
|
this is rtl: olleh
|
|
</blockquote>
|
|
</body>
|
|
</html>
|