Re: Lenya default doctype
Thomas Ernest <[email protected]>
| Newsgroups | gmane.comp.cms.lenya.user |
|---|---|
| Message-ID | <[email protected]> |
On 06/08/2010 08:19 AM, Gintare Ragaisiene wrote: > Hi, > > why Lenya 2.0 declares documents to be *XHTML Strict doctype by > default ? Why not Transactional ? *** <goog_1116570887>* > > Gintare > * Hi Gintare, Because separation of presentation (like CSS) and content (like Strict XHTML) help us to keep a clear code [1]. Transactional XHTML allows use of presentation mark-up which is against the main principle in separation of presentation and content. Bye, Thomas. [1] http://en.wikipedia.org/wiki/Separation_of_presentation_and_content