- From: David Dorward <david@dorward.me.uk>
- Date: Sat, 27 Aug 2005 08:33:41 +0100
- To: jescholl@comcast.net
- Cc: www-validator@w3.org
On Fri, Aug 26, 2005 at 04:34:49PM +0000, jescholl@comcast.net wrote: > > When I try to validate this page I get error [105] as well as [70] > on each one of these checkboxes. It looks to me like the validator > is getting messed up on the '[]' in the name, It isn't. Those characters are perfectly acceptable as part of the value for that name attribute, at least as far as the DTD is concerned. > as in the validation errors I get its showing that my checkboxes > have an extra quote that they don't really have, and look like this > > <input type="checkbox" name="wperms[]" " value="1" /> Possibly a bug in the validator, more likely something is a bit odd with your code. A URL to the troublesome document would make it much easier to confirm. -- David Dorward http://dorward.me.uk
Received on Saturday, 27 August 2005 07:33:46 UTC