blob: 72685d706202739336a2ed9b8eefe46d8f60d4c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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>
|