Amaya 11.3 - vertical alignment properties
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
Each release of Amaya renders html and css much better. This improves the WYSIWYG situation. Thank you for lots of hard work! Unfortunately I still have a few small demos of simple cases of rendering problems. I will send them in separate emails to give test cases. Each appears to be a simple issue. And i start with a really old bug <?xml version="1.1" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head><title>cssCenter:[email protected]</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <style type="text/css"> span {color:red;font-weight:bold} .al {vertical-align:middle} .col {background:#ffdead} .x4 {text-align:center;width:40px;border:1px solid black;padding:2px} </style></head><body> <h1>cssCenter:[email protected]</h1> <p><span>Note:</span> Amaya 11.3 does not do <span>vertical-align:middle</span> on the <em>with</em> caption as styled. Check the look against any mainstream browser. This is a very old bug in the bug-list.</p> <table summary="container"><tr><td> <table class="col" summary="empty cells example"> <tr><th class="x4">Year</th><th class="x4">Sales</th></tr> <tr><td class="x4">2000</td><td class="x4">$18M</td></tr> <tr><td class="x4">2001</td><td class="x4">$25M</td></tr> <tr><td class="x4">2002</td><td class="x4"></td></tr></table> </td><td class="al">with</td><td> <table class="col" summary="spaced cell example"> <tr><th class="x4">Year</th><th class="x4">Sales</th></tr> <tr><td class="x4">2000</td><td class="x4">$18M</td></tr> <tr><td class="x4">2001</td><td class="x4">$25M</td></tr> <tr><td class="x4">2002</td><td class="x4"> </td></tr></table> </td></tr></table> </body></html> -- -- John Russell, [email protected] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher