Bug 237855 Mozilla doesn't recognise MathML 2.0 DOCTYPE and DTD and chokes on its entities

patch by alexey@optus.net r=rbs sr=jst a=dbaron
This commit is contained in:
timeless%mozdev.org 2004-03-23 04:43:01 +00:00
parent 7747aca85b
commit d6438db1e3

View File

@ -202,6 +202,7 @@ static const nsCatalogData kCatalogTable[] = {
{"-//W3C//DTD XHTML Basic 1.0//EN", "xhtml11.dtd", nsnull },
{"-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN", "mathml.dtd", "resource://gre/res/mathml.css" },
{"-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN", "mathml.dtd", "resource://gre/res/mathml.css" },
{"-//W3C//DTD MathML 2.0//EN", "mathml.dtd", "resource://gre/res/mathml.css" },
{"-//W3C//DTD SVG 20001102//EN", "svg.dtd", nsnull },
{"-//WAPFORUM//DTD XHTML Mobile 1.0//EN", "xhtml11.dtd", nsnull },
{nsnull, nsnull, nsnull}