Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>shaping: Arabic diacritics on NBSP - reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style type="text/css">
@font-face {
font-family: ArabicTest;
src: url('/fonts/noto/NotoNaskhArabic-regular.woff2') format('woff2');
}
.test {
font: 120px/2 ArabicTest, sans-serif;
}
</style>
</head>
<body>
<p class="instructions">Test passes if the two lines are rendered identically,
with the superscript alef (ا) directly above the raised hamza (ء).</p>
<!-- Order of lines is reversed from the testcase; if they render identically
they should still match perfectly. -->
<div class=test>a<span dir=rtl> ٰٔ</span>z</div>
<div class=test>a<span dir=rtl> ٰٔ</span>z</div>
</body>
</html>