blob: a422e6632805659e151738541513a58d7aba6dba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<!-- some paired chars that should mirror in RTL text -->
<p>c(b)a</p>
<p>c[b]a</p>
<p>c{b}a</p>
<p>c<b>a</p>
</body>
</html>
|