On Mon, Nov 1, 2010 at 9:57 PM, Krinkle <[email protected]> wrote: > But I noticed the table-conversion process is giving it a > class="WikiTable". > If I'm not mistaken this should be lowercase class="wikitable" in > order to work > with the CSS definitions in MediaWiki.
Yes, classes in HTML are case-sensitive, except in quirks mode: http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#selectors So it might work in testing if you don't have a doctype or something, but not on a normal MediaWiki page. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
