Hi, I’ve come across a rendering issue when converting Word documents to xhtml.
If the Word document contains a list which uses “soft hyphen” as its custom bullet point, the soft hyphens are converted to the entity ­ in the HTML document (which is semantically correct) but whereas Word displays that character, the browser doesn’t. And so the list appears to have no bullet points.
Here’s a minimal reproduction document:
test bullet points (1).docx (13.6 KB)
Changing the bullet point character to a “minus hyphen” provides a consistent rendering between Word and HTML. Nevertheless, there is a rendering bug with “soft hyphen” as bullet point character.
Let me know if you require more details.
Thanks in advance.