[TYPO3-content-rendering] Getting back the divider element

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon May 18 20:49:24 CEST 2009


Susanne Moog wrote: on 18.05.2009 18:39:
> Hi everyone,
> 
> as you probably know from the thread in the dev list the divider element
> was hidden by default some time ago by a css styled content option.
> 
> Questions now:
> - Should the div element be shown by default?
> - If it should be shown, what should it output?
> --- nothing at all
> --- a <hr />
> --- a <div></div>
> --- something else
> 
> What do you think?

I already have the patch prepared to propose this to the core team. I
was also about to propose a single <hr/>.

But styling an HR might be hard when aiming at IE, which is why a DIV
around it can be helpful. So my idea considering this would be to output:

	<div class="csc-divider"><hr/></div>

Before ranting about the extra-DIV, remember that we are not rendering
for the "xhtml-purist", but for the "mass of people" that need to work
with it.

Cheers,
Ernesto


More information about the TYPO3-project-content-rendering mailing list