[TYPO3-content-rendering] Table summary attribute in HTML5

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Mon Aug 8 18:52:35 CEST 2011


Patrick Broens schrieb:
> <table>
>   <caption>
>    <strong>The original caption</strong>
>    <details>
>     <summary>Help</summary>
>     <p>The summary itself</p>
>    </details>
>   </caption>
>   <tbody>

I'd rather go for:

<table>
  <caption>
   <details>
    <summary>The original caption</summary>
    <p>The old summary attribute</p>
   </details>
  </caption>
</table>

or:

<figure>
  <table>
   <caption>The original caption</caption>
  </table>
  <figcaption>The old summary attribute</figcaption>
</figure>

Regards,
Thomas


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