META more than once in HEAD

lee@sq.com
Wed, 8 Mar 1995 16:09:39 -0500

The current content model for HEAD allows multiple META and LINK elements,
but they all have to be next to each other. For example, the follwing is
invalid (omitting attributes):

<HEAD><META><TITLE>stuff</TITLE><META></HEAD>

Would it be better to use something like

TITLE & NEXTID? & BASE? & ISINGEX? +(META|LINK)
with META and LINK excluded from being in TITLE

instead?

Lee