Unplanned
Last Updated: 02 Jul 2025 08:39 by Kris
Kris
Created on: 02 Jul 2025 08:39
Category: WordsProcessing
Type: Bug Report
1
WordsProcessing: DocxFormatProvider: Ordered lists with the "start" attribute are exported incorrectly when converting HTML to DOCX

Import the following HTML content and export it to DOCX format:

            <p>Here is my list</p>
            <ol start="108" style="list-style-type: lower-latin;">
                <li>Item 1</li>
                <li>Item 2</li>
            </ol>

Expected result: 

Actual result:

0 comments