- From: Laurent Carcone <Laurent.Carcone@inrialpes.fr>
- Date: Fri, 16 Mar 2001 17:42:51 +0100
- To: www-amaya@w3.org
> I noticed that ∥ has been muddled in the test suite > http://www.w3.org/Math/testsuite/Characters/p.html > look into the second section -- source codes and > note that ¶ has been replaced by its glyif > and that ¶llel has been replaced by paragraph glyif followed by llel! > > I don't know if this indicates a problem in the parser when the > document was edited with Amaya but the testsuite doc is problematic. > Thanks for your tests John. The document you mentionned is a HTML document, so it is parsed with the HTML parser, which one tries to correct invalid documents. In this case, it assumes that semicolon is missing and interprets the HTML entity ∥ as the supported entity ¶. I will correct this problem for the nexr release. Following your previous mail, I have add the support of the MathML entity ∥ Regards Laurent Carcone
Received on Friday, 16 March 2001 11:43:26 UTC