Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
3.2
-
N/A
-
N/A
-
Description
Test to reproduce (test already exists in bold9.test):
.#----------------------------------------------------- .input|xhtml/1.0 .#----------------------------------------------------- <p><strong a="b">something</strong></p> .#----------------------------------------------------- .expect|event/1.0 .#----------------------------------------------------- beginDocument beginParagraph beginFormat [BOLD] [[a]=[b]] onWord [something] endFormat [BOLD] [[a]=[b]] endParagraph endDocument .#----------------------------------------------------- .expect|docbook/4.4 .#----------------------------------------------------- <article><para><emphasis role="bold">something</emphasis></para></article>