mbartelt: Browserweiche

Beitrag lesen

Hier die Fehlermeldungen:

Validation Output: 7 Errors
 Line 39, Column 7: invalid comment declaration: found delimiter "[" outside comment but inside comment declaration
<!--[if gte IE 5.5]>✉
 Line 37, Column 1: comment declaration started here
<!--[if IE]> Line 39, Column 8: character data is not allowed here
<!--[if gte IE 5.5]>✉
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:

•putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
•forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
•using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
 Line 50, Column 6: "endif" is not a reserved name
<![endif]-->✉
 Line 50, Column 11: character data is not allowed here
<![endif]-->✉
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:

•putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
•forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
•using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
 Line 51, Column 5: "endif" is not a reserved name
<![endif]-->✉
 Line 39, Column 4: XML Parsing Error: Comment not terminated
<!--[if gte IE 5.5]>✉
 Line 51, Column 2: XML Parsing Error: StartTag: invalid element name
<![endif]-->