OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <head> | 3 <head> |
4 <title>CSS Test: Column elements establish a new block formatting contex
t - Reference</title> | 4 <title>CSS Test: Column elements establish a new block formatting contex
t - Reference</title> |
| 5 <script src="../../../resources/ahem.js"></script> |
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> | 6 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/"
/> |
6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col
umn-model"/> | 7 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-col
umn-model"/> |
7 <style type="text/css"> | 8 <style type="text/css"> |
8 #parent | 9 #parent |
9 { | 10 { |
10 font: 20px/1 Ahem; | 11 font: 20px/1 Ahem; |
11 height: 10em; | 12 height: 10em; |
12 position: relative; | 13 position: relative; |
13 width: 14em; | 14 width: 14em; |
14 } | 15 } |
(...skipping 11 matching lines...) Expand all Loading... |
26 <div id="parent"> | 27 <div id="parent"> |
27 <div id="reference"> | 28 <div id="reference"> |
28 <span> | 29 <span> |
29 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX
XXXXXXXXXX | 30 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX
XXXXXXXXXX |
30 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX
XXXXXXXXXX | 31 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXX
XXXXXXXXXX |
31 </span> | 32 </span> |
32 </div> | 33 </div> |
33 </div> | 34 </div> |
34 </body> | 35 </body> |
35 </html> | 36 </html> |
OLD | NEW |