2008-09-15 21:16:59 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!-- U+034F Combining Grapheme Joiner test #1.
|
|
|
|
The CGJ should not be visible,
|
|
|
|
nor affect the width of the first cluster. -->
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>CGJ test</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<style type="text/css">
|
|
|
|
body {
|
|
|
|
font-size: 35px;
|
2013-01-19 05:42:19 -08:00
|
|
|
line-height: 100px;
|
2010-06-24 05:11:50 -07:00
|
|
|
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
|
|
|
|
font-family: Calibri, sans-serif;
|
2008-09-15 21:16:59 -07:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body lang="fr">
|
|
|
|
<p>àb</p>
|
|
|
|
</body>
|
|
|
|
</html>
|