1803999-1.html (382B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 margin: 10px; 5 width: 2ic; 6 height: 1ic; 7 background: blue; 8 /* Examples of Windows and macOS fonts that include vertical metrics: */ 9 font: 20px Yu Gothic, Yu Mincho, SimSun, Meiryo, Hiragino Sans, STSong, sans-serif; 10 } 11 #test { 12 writing-mode: vertical-rl; 13 } 14 </style> 15 <p>Both blocks should be the same size:</p> 16 <div></div> 17 <div id=test></div>