writing-mode-vertical-rl-001-ref.xht (966B)
1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Test: writing-mode - vertical-rl - basic case - reference</title> 6 <link rel="author" title="Yoshifumi Kawai" href="mailto:kawai@est.co.jp" /> 7 <meta name="flags" content="ahem" /> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style type="text/css"><![CDATA[ 10 div 11 { 12 background: yellow; 13 color: blue; 14 font: 20px/1 Ahem; 15 height: 6em; 16 margin: 10px; 17 width: 6em; 18 white-space: pre; 19 } 20 ]]></style> 21 </head> 22 <body> 23 <p>The upper block is identical to the lower block including each character positions.</p> 24 <div>tomiea 25 n b 26 uq jf 27 v kgc 28 r l d 29 s h</div> 30 <div>tomiea 31 n b 32 uq jf 33 v kgc 34 r l d 35 s h</div> 36 </body> 37 </html>