in reply to Re^3: _new considered harmful
in thread _new considered harmful

It's defined in the Frameset DTD. Frames are valid XHTML, but they have in a seperate DTD since they have affect presentation.

Replies are listed 'Best First'.
Re^5: _new considered harmful
by wazoox (Prior) on Oct 03, 2006 at 19:52 UTC
    Interesting. How do you define a frameset that will pass the w3c validator?
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">