Re: <article> as child of <a href> not labeled an error

Frank Conijn wrote:

> ... they all contain an <article> as a child of an <a href>.

  <!DOCTYPE html>
  <title>.</title><a><p>.</p></a>

is valid.

  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  <title>.</title><a><p>.</p></a>

is invalid.

Received on Tuesday, 22 October 2024 11:12:58 UTC