-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo.html
54 lines (51 loc) · 1.86 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<style>
body {
font-family: arial, sans-serif;
}
#search {
width: 800px;
margin: 0 auto;
}
[class*="rtl-"] {
direction: rtl;
unicode-bidi: inherit;
}
.rtl-div {
font-family: 'MV Faseyha';
font-size: 18px;
}
.rtl-ara {
font-family: 'Arial MS Unicode','Simplified Arabic', 'Andale sans';
font-size: 18px;
}
</style>
</head>
<body>
<div id="search">
This is a test
<h2 class="results">
NoSearchResults
ހޯދުމުން ނުފެނުނު
</h2>
<h3>the dhivehi phrase "މީއީ 9100 ރުފިޔާ" is so common</h3>
<p>TagPage</p>
<h2>
"{Tag}" ޓެގުކޮއްފައިވާ ޕޯސްޓުތައް
</h2>
<h3>Right-to-left, top-to-bottom text is supported in common consumer software.[2] Often this support must be explicitly enabled. For mixing right-to-left text with left-to-right text, see bi-directional text.
<p>فاهسشسيشسيشسي</p>
Right-to-left, top-to-bottom text is supported in common consumer software.[2] Often this support must be explicitly enabled. For mixing right-to-left text with left-to-right text, see bi-directional text.</h3>
<p>TagPage</p>
<h3>Search Page</h3>
<h2 class="results">
DayOfMonth/Month/Year ގައި ޕޯސްޓުކޮއްފައިވާ
</h2>
</div>
<script src="rtlthis.js"></script>
<script>
rtlThis.run('body');
</script>
</body>
</html>