Re: Flaw in error checking

Well, my apologies all. I went back and looked
more deeply and got everything cleared up.

I apologize for wasting everyone's time.

Kind regards,

-Stve


On 3/27/2019 4:55 AM, David Dorward wrote:
> On 26 Mar 2019, at 15:19, Steve Comstock wrote:
> 
>      Yes, you're right; but I also got error messages for having
>      duplicate names. That's what I should have reported.
> 
> I can't reproduce the problem you described. Please provide a test case.
> 
> This is my test case:
> 
> |<!DOCTYPE html>
> <html lang=en-gb>
> <head>
> <title>Test</title>
> </head>
> <body>
> <form>
> <fieldset>
> <legend>Animal of choice</legend>
> <input type=radio name=animal value=dog id=dog> <label for=dog>Dog</label>
> <input type=radio name=animal value=cat id=cat> <label for=cat>Cat</label>
> </fieldset>
> </form>
> </body>
> </html>|
> 
> This is the result: https://i.imgur.com/j8CxgMW.png
> 

Received on Wednesday, 27 March 2019 12:19:46 UTC