mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
14 lines
359 B
HTML
14 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>directional type</title>
|
|
<meta content="W3C" name="author">
|
|
<link rel="match" href="bidi-001-ref.html">
|
|
<meta name="assert" content="Test text bidirectionality using the bdo element">
|
|
</head>
|
|
<body dir='ltr'>
|
|
<p>Test passes if there is text 'WERBEH'.</p>
|
|
<bdo dir="rtl">HEBREW</bdo>
|
|
</body>
|
|
</html>
|