Bimmelbeule: Error: Attribute name not allowed on element details at this point.

Beitrag lesen

problematische Seite

Hallo!

Habe folgendes probiert:

<details name="hf">
      <summary>
        Porz am Rhein
      </summary>
         […]
</details>

    <details name="hf">
      <summary>
        Akzente
      </summary>
        […]
</details>

    <details name="hf">
      <summary>
        Stadtteile
      </summary>
        […]
</details>

Funktioniert in Chrom(ium), Firefox und Safari! Aber der W3 Validator gibt folgenden Fehler raus:
Error: Attribute name not allowed on element details at this point.

Validator Link

Wo ist das Problem?