- From: Steve Comstock <steve@stillpluggingaway.com>
- Date: Wed, 27 Mar 2019 06:19:03 -0600
- To: David Dorward <david@dorward.me.uk>
- Cc: Steve Faulkner <faulkner.steve@gmail.com>, www-validator@w3.org
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