Re: Flaw in error checking

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 10:56:11 UTC