Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE HTML>
2 <html lang="ja">
3 <head>
4 <title>Full-width variations of regular spaces</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
9 body {
10 margin: 5px;
11 }
13 #test, #test pre {
14 font: 150% Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
15 -moz-font-feature-settings: "fwid" on;
16 -webkit-font-feature-settings: "fwid" on;
17 font-feature-settings: "fwid" on;
18 }
20 #test pre span {
21 background-color: red;
22 }
24 pre {
25 margin: 0;
26 padding: 0;
27 }
28 </style>
30 </head>
31 <body>
32 <p>Rows should all be the same length:</p>
33 <div id="test">
34 <pre><span> a b c A B C </span></pre>
35 <pre><span> a b c A B C </span></pre>
36 <pre><span>ba bA bb bB c</span></pre>
37 <pre><span>ba bA bb bB c</span></pre>
38 </div>
39 </body>
40 </html>