1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN"
2 "http://www.w3.org/TR/REC-html40/strict.dtd">
7 <title>Miscellaneous NGLayout Tests
</title>
9 <STYLE TYPE=
"text/css">
11 HTML { background: #0F9; color: black;}
15 font-family: verdana, arial, geneva, sans-serif;
16 border: medium solid black;
28 UL.top { display: table-row; margin: 0; padding: 0; }
30 UL.top LI { margin: 0; padding: 0; display: table-cell; width: 25%; text-align: center; }
44 font: 1.0em/2.0 verdana, arial, geneva, sans-serif;
47 .label { font-family: arial, helvetica, sans-serif; font-size: 0.9em; }
49 SPAN.formgroup { display: inline-table; }
51 SPAN.formgroup > * { display: table-row; }
60 <p>These links are in an element with display table-row, and the li elements
61 have display: table-cell. They disappear:
</p>
64 <li><a href=
"people.html">people
</a></li>
65 <li><a href=
"places.html">places
</a></li>
66 <li><a href=
"members.html">members
</a></li>
67 <li><a href=
"links.html">links
</a></li>
72 This text is not in the form. The form should be indented
40px.
74 <form method=
"post" action=
"">
75 <p> This is text in the form. It should be indented
40px.
76 The form itself has the same table-row/table-cell problem as
80 <span class=
"formgroup"><span class=
"label">First Name (required)
</span>
81 <input type=
"text" name=
"fname" size=
"16">
83 <span class=
"formgroup"> <span class=
"label">Last Name (required)
</span>
84 <input type=
"text" name=
"lname" size=
"16">
88 <span class=
"formgroup"><span class=
"label">Email Address
</span>
89 <input type=
"text" name=
"iemail" size=
"40">
93 <span class=
"formgroup"><span class=
"label">Company Name
</span>
94 <input type=
"text" name=
"coname" size=
"16">
96 <span class=
"formgroup"><span class=
"label">Title
</span>
97 <input type=
"text" name=
"title" size=
"16">
101 <input type=
"Submit" name=
"submit" value=
"Submit!">
102 <input type=
"reset" value=
"Clear Form" name=
"reset">