mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
37 lines
1000 B
HTML
37 lines
1000 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="ja">
|
|
<head>
|
|
<title>Full-width variations of regular spaces</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<style type="text/css">
|
|
|
|
body {
|
|
margin: 5px;
|
|
}
|
|
|
|
#test, #test pre {
|
|
font: 150% Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
|
|
}
|
|
|
|
#test pre span {
|
|
background-color: red;
|
|
}
|
|
|
|
pre {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<p>Rows should all be the same length:</p>
|
|
<div id="test">
|
|
<pre><span> a b c A B C </span></pre>
|
|
<pre><span> a b c A B C </span></pre>
|
|
<pre><span>ba bA bb bB c</span></pre>
|
|
<pre><span>ba bA bb bB c</span></pre>
|
|
</div>
|
|
</body>
|
|
</html> |