- From: David Dorward <david@dorward.me.uk>
- Date: Wed, 26 Jan 2005 16:49:58 +0000
- To: Michael Firbach <firbach@artis-group.com>
- Cc: www-validator@w3.org
On Wed, Jan 26, 2005 at 05:39:15PM +0100, Michael Firbach wrote: > The Validator seems not to warn for > <br/> > tags in HTML 4.0 Transitional Documents. Is this behaviour correct? In HTML, <br/> means the same as <br>> or <br>>. Anywhere you are allowed a line break element in HTML, you are also allowed character data. So the validator is correct when it doesn't throw an error, but you still don't want to use that syntax. -- David Dorward http://dorward.me.uk
Received on Wednesday, 26 January 2005 16:50:00 UTC