MathML in HTML5 in Firefox.
Hi,
peter@joule:~$ dpkg -l | grep firefox
ii firefox-esr 68.3.0esr-1~deb10u1 i386 Mozilla Firefox web browser - Extended Support Release (ESR)
Should MathML work with firefox as installed? This should display
a 3x3 matrix.
<!DOCTYPE html>
<html lang="en">
<head>
<title> test</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link type="text/css">
</head>
<body BGCOLOR="#FFFFFF">
<mrow>
<mi>D</mi>
<mo>=</mo>
<mfenced open="[" close="]">
<mtable>
<mtr><mtd>0</mtd><mtd>a</mtd><mtd>b</mtd></mtr>
<mtr><mtd>a</mtd><mtd>0</mtd><mtd>a</mtd></mtr>
<mtr><mtd>b</mtd><mtd>a</mtd><mtd>0</mtd></mtr>
</mtable>
</mfenced>
</mrow>
<p>
</body>
</html>
Also installed the Native MathML Extension and Firefox still doesn't render
the matrix. Ideas?
Thanks, ... Peter E.
--
https://en.wikibooks.org/wiki/Medical_Machines
https://en.wikibooks.org/wiki/Oberon
Tel: +1 604 670 0140 Bcc: peter at easthope. ca
Reply to: