Mathias Brodala: script/noscript in Tabelle

Beitrag lesen

Hallo Knuth.

[…]
  <table border="0" width="100%">
   <tr>
    <td><noscript>aaaaa</noscript></td>     <!-- ok    -->
    <td>bbbbb</td>
   </tr>
<noscript>                                  <!-- * -->
   <tr>
    <td>cccc</td>
    <td>dddd</td>
   </tr>
</noscript>                                 <!-- * -->
   <tr>
    <td>eeee</td>
    <td>ffff</td>
   </tr>
  </table>
</body>
</html>


>   
> \* ... 6 Warnungen von Tidy HTML Validator  
>   
> Eigentlich unlogisch oder?  
  
Nicht im geringsten. Das noscript–Element ist direkt innerhalb des table–Elements nicht erlaubt, in Tabellenzellen dagegen schon.  
  
  
Einen schönen Donnerstag noch.  
  
Gruß, Mathias  

-- 
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|  
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“  
[[HTML Design Constraints: Logical Markup](http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/HTMLConstraints.html)]