| 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"> | 3 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-3/#text-combin
e-layout" title="9.1.2. Layout Rules"> |
| 4 <link rel="match" href="reference/text-combine-upright-decorations-001.html"> | 4 <link rel="match" href="reference/text-combine-upright-decorations-001.html"> |
| 5 <meta name="assert" content="The resulting composition is treated as a signel gl
yph for decorations"> | 5 <meta name="assert" content="The resulting composition is treated as a signel gl
yph for decorations"> |
| 6 <meta name="flags" content="ahem"> | 6 <meta name="flags" content="ahem"> |
| 7 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> | 7 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> |
| 8 <style> | 8 <style> |
| 9 #container { | 9 #container { |
| 10 font: 50px/1 Ahem; | 10 font: 50px/1 Ahem; |
| 11 } | 11 } |
| 12 .vlr { | 12 .vlr { |
| 13 -webkit-writing-mode:vertical-lr; | 13 -webkit-writing-mode:vertical-lr; |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 <p class=overline>X<span class=tcy> </span>X | 56 <p class=overline>X<span class=tcy> </span>X |
| 57 <p class=emphasis>X<span class=tcy>X</span>X | 57 <p class=emphasis>X<span class=tcy>X</span>X |
| 58 </div> | 58 </div> |
| 59 <div class=ref> | 59 <div class=ref> |
| 60 <p class=underline>X X | 60 <p class=underline>X X |
| 61 <p class=overline>X X | 61 <p class=overline>X X |
| 62 <p class=emphasis>XXX | 62 <p class=emphasis>XXX |
| 63 </div> | 63 </div> |
| 64 </div> | 64 </div> |
| 65 </div> | 65 </div> |
| OLD | NEW |