[TYPO3-typo3org] TER FE enhancements

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


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

Going a step further the whole list could be regarded as a definition
list of extension keys:

<dl id="extensions">

  <dt>so_campsite<dt>
  <dl> ... All Infos here ... <dl>

  <dt>sr_static_info<dt>
  <dl> ... All Infos here ... <dl>

 [...]

</dl>


The result could be a list of nested DLs, what is possible:

Theory: Elements of DD is %block or %inline
http://www.w3.org/TR/REC-html40/struct/lists.html
http://www.w3.org/TR/REC-html40/sgml/dtd.html#flow

Paxis: Works at least in Firefox



<dl id="extensions">

  <dt>trade</dt>

  <dd>
   <dl class="Stable">                            // status

      <dt>Name</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>

  </dd>


</dl>



Regards

Elmar



More information about the TYPO3-team-typo3org mailing list