[pmwiki-users] valign='top' and HTML5 conformance

Petko Yotov 5ko at 5ko.fr
Fri Feb 28 06:45:26 CST 2014


Paul Wiegmans writes:
> Is it possible that tables omit the "valign" attribute created with table  
> directives?  I would like to make my PmWiki skin valid HTML5 as much as  
> possible and to pass the W3C Unicorn validator:

Since version 2.2.62 you can use this in config.php:
  $EnableTableAutoValignTop = 0;

This will disable the automatic insertion of the valign='top' attribute and  
you can use CSS classes, for example (:cell class=top:) instead.

Petko




More information about the pmwiki-users mailing list