HREF *required* in BASE?

I've just been looking at the definition of BASE in the 4.0
specs, and it surprised me to find the following attribute
list:

<!ATTLIST BASE
  href        %URL       #REQUIRED
  target      CDATA      #IMPLIED  -- where to render linked resource --
  >

I understand that it made sense to require HREF in 3.2, but I
don't see why it should be kept that way if there's TARGET
now as well. The draft's example for the use of TARGET
doesn't contain any HREF either, so I suppose it just been
overlooked to make the change for HREF in the DTD when TARGET
was added - is that so, or do I miss anything important?

Received on Thursday, 31 July 1997 15:12:46 UTC