blob: 906a0951d48af94efdef8a7a7774d3864fc74e5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bidi isolation - reference</title>
<style type="text/css">
body { font-family: monospace }
p { unicode-bidi: bidi-override; }
</style>
</head>
<body>
<p>טאראק 24 בהז הציפ - 3 reviews</p>
<p>תובוגת 5 - Joe's לפאלפ Bar :הנושאר הדעסמ</p>
<p>תובוגת 5 - Joe's לפאלפ Bar :הנושאר הדעסמ</p>
<p>.(position: relative) css-ב שמתשת</p>
<p>documents > ילש ןושארה ןמורה > 1 קרפ</p>
<p>joe hacker: overdrawn</p>
</body>
</html>
|