ecklvo: HTML-Tidy Empfehlung Standard-konform?!

Beitrag lesen

Guten Morgen!
HTML-Tidy empfiehlt mir bei folgender Framesetdefinition:
<frameset cols="170,*" framespacing="0" frameborder="0">
 <frame src="content/projektindex.html" name="project_index" id="projects" frameborder="0" marginwidth="0" marginheight="0" framespacing="0" scrolling="no">
 <frame src="content/pr.index.html" name="project_frame" id="project_frame" frameborder="0" marginwidth="0" marginheight="0" framespacing="0" scrolling="no">
</frameset>
<body>
</body>

nach dem Durchlauf diese Definition:
   <frameset cols="170,*" framespacing="0" frameborder="0">
      <frame src="content/projektindex.html" name="project_index" "projects" frameborder="0" marginwidth="0" marginheight="0" framespacing="0" scrolling="no">
      <frame src="content/pr.index.html" name="project_frame" id="project_frame" frameborder="0" marginwidth="0" marginheight="0" framespacing="0" scrolling="no">
      <noframes>
         <body>
         </body>
      </noframes>
   </frameset>

was mich etwas durcheinanderbringt ist, dass es in der neuen Version keinen eigentlichen <body> mehr gibt, sondern nur mehr in den noframes vorkommt.
Ist das Standard-konform und hat das auch keine Nachteile?
An und für sich sieht es ja logisch aus, nur aussehen ist nicht alles. (oh welch morgenphilosophie)

besten dank im voraus, e.