[TYPO3-typo3org] TER FE enhancements

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Fri Mar 10 09:54:31 CET 2006


Michael Scharkow schrieb:
> Hi Ingo, hi Ernesto,
> 
> could you post you styled HTML snippets somewhere for me, please. I'll
> gladly change stuff but I admit that I could not come up with a much
> better idea than Robert ;) I am not even sure what's the semantically
> best choice for this: DIVs, Headings, DL?
> 
> Greetings,
> Michael

Hi Michael,

this list can be regarded as a table, so it is not completly wrong to
use table tags. But it is a list and for that I think list tags are
the better choice. That would reduce the code but requires more skills
in CSS.

At least the sublist Author, Category, etc. also looks like a DL if
you don't take DL semantically to strictly.

<ul id="extensions">
  <li>
    <dl class="Stable">                            // status

      <dt>trade</dt>                               // ext key
          <dd>Trade Ecommerce System, v 0.0.2</dd>    // name, version

      <dt>Author</dt>
          <dd>Steve Ryan (programming) and Roger Bunyan (graphic
design and documentation)</dd>

      <dt>Category</dt>
          <dd>plugin</dd>

      [...]

      <dt>Description</dt>
          <dd>Complete shopping cart system</dd>

    </dl>
  <li>
  <li>
    <dl class="Beta">
[...]
  </li>
[...]
</ul>


Why hasn't the content redering group asked for advice before
relaunch? There you find the gurus. What do we have them fore? ;-)


Elmar























More information about the TYPO3-team-typo3org mailing list