• Also bekomm das vom Validator:

    Zitat
    • [Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png]Line 8, Column 29: required attribute "type" not specified <script src="content/uhr.js"></script>
      The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
      Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
    • [Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png]Line 12, Column 7: required attribute "type" not specified <style>
      The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
      Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

    Hab aber das im <head>:

    HTML
    <meta http-equiv="content-Style-Type" content="text/css" />
    <meta http-equiv="content-script-type" content="text/javascript" />

    Wenn man das trotzdem angeben muss sind die Meta-Angaben ja voll fürn A..., oder?
    Oder sind die Meta-Angaben in XHTML garnichtmehr gültig? :eek:

    Gruß, Donkey

  • Lies die Fehlermeldung nochmal genau, du verstehst sie vollständig falsch.

    Bei dir fehlt im <script> Tag das type="" und nicht im Header.... -.-

  • nicht nur im script-tag, auch im style-tag.

    und die meta-angaben sollen dem browser helfen zu verstehen was da los is, was nicht heisst, dass dieses vorhandensein der metatags ein auslassen von pflicht-attributen rechtfertigt oder gar ablöst.

    laut spezifikation hat das type-attribut in entsprechenden tags vorzukommen, sonst würds der validator ja net anprangern :)

    und ob die metatags fürn boppes sind.. ja das muss jeder entwicler selber entscheiden :)