Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-15738

Ordered lists "start" attribute is not taken into account

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Major
    • None
    • 10.8.1
    • Office
    • None
    • Unknown
    • N/A
    • N/A

    Description

      Input description: Microsoft Word document with numbered item across several table rows.

      Generated HTML:

      <tr>
          <td>
              <ol>
                  <li/>
              </ol>
          </td>
      </tr>
      <tr>
          <td>
              <ol start="2">
                  <li/>
              </ol>
          </td>
      </tr>
      

      Actual XWiki result:

      |(((
      1.
      )))
      |(((
      1.
      )))
      

      Expected XWiki result: the second numbered item should start at "2".

      Attachments

        Activity

          People

            slauriere slauriere
            slauriere slauriere
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: