Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-269

Add support for Table Captions

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • 4.4
    • API
    • 1.3.1 Info and Relationships

    Description

      HTML supports a caption tag.
      Example:

      <table border="1">
        <caption>Monthly savings</caption>
        <tr>
          <th>Month</th>
          <th>Savings</th>
        </tr>
        <tr>
          <td>January</td>
          <td>$100</td>
        </tr>
      </table>
      

      http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_caption_test

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vmassol Vincent Massol
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: