Skip to content

Nested a tags should be an error? #307

Closed
@benkasminbullock

Description

@benkasminbullock

At the moment a document of this type:

<!DOCTYPE html>
<html>
<head>
<title>baba</title>
</head>
<body>
<a href='http://example.org'>mini<a href='http://example.org'>monkey</a></a>
</body>
</html>

does not produce errors using tidy 5.0.0. However, most online validators give an error with the double a tag above. I cannot decipher the HTML specification as to which is correct.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions