Closed Bug 394957 Opened 17 years ago Closed 17 years ago

cannot display x^2 in <msup>

Categories

(Core :: MathML, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 324857

People

(Reporter: ray, Assigned: rbs)

Details

I tried to view this page:

% cat page01a.xhtml
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>x squared</title>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
   <msup>
     <mi>x</mi>
     <mn>2</mn>
   </msup>
</math>
</body></html>
%

In Firefox 2.0.0.6, I can see an "x squared", with a superscript 2.

In a trunk build, I get a blank page. I checked out and built this at 20070830_121945_PDT.

I looked for another bug, but it is hard to know what to look for. "MathML not working"? "MathML does not display MathML"? I cannot tell....

By the way, I checked and I do not have --disable-mathml in my mozconfig.
Yes, I think I am a dupe of that one....
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.