|
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" /> |
|
6 |
|
7 <style type="text/css"> |
|
8 |
|
9 body { |
|
10 margin: 5px; |
|
11 } |
|
12 |
|
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 } |
|
19 |
|
20 #test pre span { |
|
21 background-color: red; |
|
22 } |
|
23 |
|
24 pre { |
|
25 margin: 0; |
|
26 padding: 0; |
|
27 } |
|
28 </style> |
|
29 |
|
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> |