writing-mode-vertical-rl-002-ref.xht (1046B)
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 } 19 ]]></style> 20 </head> 21 <body> 22 <p>The upper block is identical to the lower block including each character positions.</p> 23 <div>urmiea 24 vsn x 25 jf 26 tokgc 27 l d 28 q h</div> 29 <div>urmiea 30 vsn x 31 jf 32 tokgc 33 l d 34 q h</div> 35 </body> 36 </html>