- From: <ve3ll@cogeco.ca>
- Date: Mon, 09 Jul 2007 15:56:51 -0400
- To: www-amaya@w3.org
Amaya 9.55 cleaned up many many rendering problems that i have to work real hard finding new ones. RATS! Here is an interesting one that seems to be about layering a legend over a fieldset. missing borders and borders not covered up when they should in this one.... <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <title>Legend Styles:VE3LL@RAC.CA</title> <meta name="generator" content="amaya 8.8.5, see http://www.w3.org/Amaya/"/> <style type="text/css"> fieldset.r {border:2px solid maroon; margin:5px; padding:2px} legend {background:transparent;border:1pt solid black; margin-left:10px;padding-left:4px;padding-right:4px} </style> </head> <body><h1>Legend Styles:VE3LL@RAC.CA</h1> <p>Amaya 9.55 does not draw bottom edge of box arround a legend element. It also leaves border from fieldset element instead of placing the legend box over the top of the fieldset box</p> <fieldset><legend class="r">My Form</legend></fieldset> </body></html>
Received on Monday, 9 July 2007 19:56:59 UTC