Jochen: Markup Validation Service - Meldung unklar

Beitrag lesen

Hallo Matthias,
da ich bereits sections verwende, habe ich jetzt ein weiteres Problem:

Es sieht jetzt so aus:
 ~~~html

<section>                      bisher
......
</section>                     bisher
<section id="Inhalt">          bisher
  <section>                            neu  (Unterkapitel)
    <h1>Überschrift in Deutsch</h1>
    <p>.....</p>
    <p>.....</p>
  </section>                           neu
  <section>                            neu  (Unterkapitel)
    <h1>Überschrift in Englisch</h1>
    <p>.....</p>
    <p>.....</p>
  </section>                           neu
</section>

  
Jetzt kommt in der Zeile  (id="Inhalt") die Meldung:  
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections  
  
Ich möchte aber doch nicht eine weitere Überschrift!  
Gruß  
Jochen