| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 | 2 |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | 4 |
| 5 <head> | 5 <head> |
| 6 | 6 |
| 7 <title>CSS Writing Modes Test: border-spacing - first value is specified and n
on-zero in 'vertical-rl' table</title> | 7 <title>CSS Writing Modes Test: border-spacing - first value is specified and n
on-zero in 'vertical-rl' table</title> |
| 8 | 8 |
| 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> | 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> |
| 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#dimension-map
ping" title="7.2 Dimension Mapping" /> | 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#dimension-map
ping" title="7.2 Dimension Mapping" /> |
| 11 <link rel="help" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/tables.html
#separated-borders" title="17.6.1 The separated borders model" /> | 11 <link rel="help" href="http://www.w3.org/TR/2011/REC-CSS2-20110607/tables.html
#separated-borders" title="17.6.1 The separated borders model" /> |
| 12 <link rel="match" href="border-spacing-vrl-002-ref.xht" /> | 12 <link rel="match" href="border-spacing-vrl-002-ref.xht" /> |
| 13 | 13 |
| 14 <meta content="ahem" name="flags" /> | 14 <meta content="ahem" name="flags" /> |
| 15 <meta content="This test checks that first value of 'border-spacing' represent
s, from top to bottom, a) spacing between logical table right padding (physical
table top padding) and rightmost cells and b) inter-column spacing and c) spacin
g between leftmost cells and logical table left padding (physical table bottom p
adding)." name="assert" /> | 15 <meta content="This test checks that first value of 'border-spacing' represent
s, from top to bottom, a) spacing between logical table right padding (physical
table top padding) and rightmost cells and b) inter-column spacing and c) spacin
g between leftmost cells and logical table left padding (physical table bottom p
adding)." name="assert" /> |
| 16 | 16 |
| 17 <style type="text/css"><![CDATA[ | 17 <style type="text/css"><![CDATA[ |
| 18 table | 18 table |
| 19 { | 19 { |
| 20 border-spacing: 0.5em 0em; /* computes to logical horizontal border-spacin
g: 10px */ | 20 border-spacing: 0.5em 0em; /* computes to logical horizontal border-spacin
g: 10px */ |
| 21 font: 1.25em/1 Ahem; /* computes to 20px/20px */ | 21 font: 20px/1 Ahem; /* computes to 20px/20px */ |
| 22 padding: 1.25em 0em; /* computes to padding-top: 25px and padding-bottom:
25px */ | 22 padding: 1.25em 0em; /* computes to padding-top: 25px and padding-bottom:
25px */ |
| 23 -webkit-writing-mode: vertical-rl; | 23 -webkit-writing-mode: vertical-rl; |
| 24 } | 24 } |
| 25 | 25 |
| 26 td | 26 td |
| 27 { | 27 { |
| 28 height: 0.5em; | 28 height: 0.5em; |
| 29 padding: 0em; | 29 padding: 0em; |
| 30 width: 1em; | 30 width: 1em; |
| 31 } | 31 } |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 <tr><td></td><td></td></tr> | 125 <tr><td></td><td></td></tr> |
| 126 | 126 |
| 127 <tr><td></td><td></td></tr> | 127 <tr><td></td><td></td></tr> |
| 128 | 128 |
| 129 <tr><td></td><td></td></tr> | 129 <tr><td></td><td></td></tr> |
| 130 | 130 |
| 131 </table> | 131 </table> |
| 132 | 132 |
| 133 </body> | 133 </body> |
| 134 </html> | 134 </html> |
| OLD | NEW |