2008-09-16 04:16:59 +00: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 13:42:19 +00:00
|
|
|
line-height: 100px;
|
2010-06-24 12:11:50 +00:00
|
|
|
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
|
|
|
|
font-family: Calibri, sans-serif;
|
2008-09-16 04:16:59 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body lang="fr">
|
|
|
|
<p>à͏b</p>
|
|
|
|
</body>
|
|
|
|
</html>
|