Martin E. Podemski: Validieren Deklaration

Hallo!

Nochmal am Validieren:

Ich nutze :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">

Dies erzeugt dies als Warnung:

1.

Warning DOCTYPE Override in effect!

The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" has been suppressed and the DOCTYPE for "XHTML 1.0 Transitional" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.

  1. Hi,

    Dies erzeugt dies als Warnung:

    1.

    Warning DOCTYPE Override in effect!

    Die Warnung kommt daher, dass du im Formular die entsprechende Option gewaehlt hast ...

    MfG ChrisB