Orlando: Bindestriche in Kommentaren

Beitrag lesen

Hi, Sebastian

Doppelte Bindestriche sind nicht erlaubt. Zitat http://validator.w3.org/docs/errors.html:

<!-- This is the first unterminated comment >
  <!-- This is the second one >

The validator (correctly) interprets the `--' in the second comment
  as terminating the first comment, and then interprets the text of
  the second comment as text between comments, which is not allowed.

Demnach wäre diese Variante korrekt:
<!-- - - - - - navigation top table - - - - - -->

LG Orlando