- From: <ve3ll@cogeco.ca>
- Date: Tue, 29 Apr 2008 18:36:10 -0400
- To: www-amaya@w3.org
this is a great improvement over the last version from my point of view. many but not all html/css problems are now fixed. But i did find a new one that occurs when a table caption wraps but only if it wraps ..... here is the demo // <?xml version="1.1" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head><title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <style type="text/css"> div {margin:0px;border:0px;padding:0px} caption {font-weight:bold;font-size:150%} table {margin:auto;border:0px;padding:0px} tr {vertical-align:top} td {margin:0px;padding:1px 3px; border:0px;text-align:left;vertical-align:top} th {margin-left:auto;margin-right:auto;padding:1px 3px; border:0px;text-align:center;vertical-align:top} .c {text-align:center;margin:auto} .col {background:#ffc;color:#000} </style> </head><body> <p>Styling for table elements get muddled in Amaya 10.1 but only if caption wraps! Test by removing the word <em>Projected</em>.</p> <div class="c"><table class="col" summary="the first column gives the year and the second, the revenue for that year"> <caption>Projected Sales</caption> <tr><th>Year</th><th>Sales</th></tr> <tr><td>2000</td><td>$18 Million</td></tr> <tr><td>2001</td><td>$25 Million</td></tr> <tr><td>2002</td><td>$36 Million</td></tr></table></div> </body></html> -- -- John Russell, VE3LL@COGECO.CA http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
Received on Tuesday, 29 April 2008 22:36:49 UTC