[TYPO3-core] RFC: #10905: Produced tables from pi_base are not XHTML Strict valid

Benjamin Mack benni at typo3.org
Sat Jun 27 17:07:41 CEST 2009


Hey,

On 22.04.2009 18:23 Uhr, Stefano Kowalke wrote:
> Maybe its possible to use this way, but i don´t know if the older
> browser support multiple classes.
Yes. they all support multiple classes like this:

<div class="tx-go4old-pi2-browsebox secondClass">

However, only CSS directives don't work (in IE6) when addressing 
elements with two classes like this:

    div.tx-go4old-pi2-browsebox.secondClass {}

But this doesn't matter as you can do

   div.tx-go4old-pi2-browsebox {}
   div.secondClass { word-wrap: no-wrap; ... }

to use these classes, so it's not a matter of HTML and multiple classes, 
just the CSS (which we don't need to write that way, we only need to 
apply styles to one class).

So, can you send an updated patch please?

All the best,
Benni.


More information about the TYPO3-team-core mailing list