[Clipart] [Bug 3426] Clip Art Request Web Form
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jun 21 15:13:52 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=3426
------- Additional Comments From turnip at turnipspatch.com 2005-06-21 15:13 -------
Just to give a few pointers:
1) The usability of the form could be *greatly* improved if the label element
was used. Two good links:
* http://htmldog.com/guides/htmlbeginner/forms/
* http://htmldog.com/guides/htmladvanced/forms/
You can also wrap a label around an element and thus don't need to use the for
attribute. Like so:
<label>Your name: <input type="text [...] ></label>
This is especially important on radio buttons and check boxes as they are very
very small and hard to click otherwise.
2) You could also use legends and fieldsets -- see the above links.
3) Please convert it to XHTML -- we should use the same DOCTYPE throughout the
site otherwise things would just get silly.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the clipart
mailing list