- From: <ve3ll@rac.ca>
- Date: Fri, 21 Apr 2006 10:47:53 -0400
- To: www-amaya@w3.org
creating a simple form using xhtml1 form 1] when i create a fieldset, a legend is automagically inserted i don't believe that a legend is manditory. If it isnt, then it should be on the menu (which it isnt) and not done as part of fieldset. 2] when i didn't see it on menu i tried to examine source code but this view did not show up. i did get tree view which showed it as there. 3] why is there an intermix of Capitaled captions and lowercase captions in the menu ???? 4] when i style the legend, the lower border is missing 5] why is extra spacing put in before the />. Wasted bandwidth <?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>Testing Legend Styles</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:thistle;border:1pt solid black; margin-left:10px;padding-left:4px;padding-right:4px} </style> </head> <body> <fieldset> <legend class="r">My Form</legend></fieldset> </body> </html> -- -- John Russell, VE3LL@RAC.CA http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
Received on Friday, 21 April 2006 14:48:03 UTC