OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <title>CSS Writing Modes Test: </title> | 2 <title>CSS Writing Modes Test: The resulting composition is treated as a signel
glyph for decorations</title> |
3 <link rel="help" href="http://dev.w3.org/csswg/css-writing-modes-3/#text-combine
-layout" title="9.1.2. Layout Rules"> | |
4 <meta name="assert" content="The resulting composition is treated as a signel gl
yph for decorations"> | |
5 <meta name="flags" content="ahem"> | 3 <meta name="flags" content="ahem"> |
6 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> | 4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> |
7 <style> | 5 <style> |
8 #container { | 6 #container { |
9 font: 50px/1 Ahem; | 7 font: 50px/1 Ahem; |
10 } | 8 } |
11 .vlr { | 9 .vlr { |
12 -webkit-writing-mode:vertical-lr; | 10 -webkit-writing-mode:vertical-lr; |
13 } | 11 } |
14 .vrl { | 12 .vrl { |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 <p class=overline>X X | 50 <p class=overline>X X |
53 <p class=emphasis>XXX | 51 <p class=emphasis>XXX |
54 </div> | 52 </div> |
55 <div class=ref> | 53 <div class=ref> |
56 <p class=underline>X X | 54 <p class=underline>X X |
57 <p class=overline>X X | 55 <p class=overline>X X |
58 <p class=emphasis>XXX | 56 <p class=emphasis>XXX |
59 </div> | 57 </div> |
60 </div> | 58 </div> |
61 </div> | 59 </div> |
OLD | NEW |