[TYPO3-dev] Master Style 4 Typo3

Franz Koch typo3 at fx-graefix.de
Wed Feb 22 09:39:52 CET 2006


> Id or class notwithstanding, markup like this is what we want to shoot for:
> 
> <div class="someexttensionoutput>
>   <h1>Lorem Ipsum</h1>
>   <p>Dolor sit amet</p>
>   <ul>
>     <li>Consectetur</li>
>     <li>Adispicing</li>
>   </ul>
> </div>
> 
> ...because all of the html elements inside it can be targeted using
> the parent class:
> 
> .someextensionoutput h1 { ... }
> .someextensionoutput p { ... }
> .someextensionoutput ul { ... }
> .someextensionoutput li { ... }

+1
I totally agree with that. I never used original CSC etc. as I hated 
those long css-codes. Semantic correct sourcecodes don't need 
killer-css-definitions.

-- 
Kind regards,
Franz Koch

PS: sorry for spelling mistakes in my previous post




More information about the TYPO3-dev mailing list