Page MenuHomePhabricator

MathJax doesn't show double lines in tables
Closed, InvalidPublic

Description

In
\begin{array}{|c|c||c|}
a & b & S\\
\hline
0 & 0 & 1\\
0 & 1 & 1\\
1 & 0 & 1\\
1 & 1 & 0\\
\end{array}
there should be a double line before the last column, which MathJax doesn't show.


Version: unspecified
Severity: normal

Details

Reference
bz35190
Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
k8s: Pass the list of live mediawiki versions to build-images.pyrepos/releng/scap!405dancymaster-I937c63dc19f20f9fd12adf366ed78a0dfedfec5emaster
build-images.py: Add --mediawiki-versions flagrepos/releng/release!107dancymain-I075f687aee7968b467b0420adcd996af25d84dc9main
kubernetes: Use new way to invoke container image buildrepos/releng/scap!401dancymaster-I3d408f030bd22f5dc23e9a52d56af12f844ee6b7master
kubernetes: Use new way to invoke container image buildrepos/releng/scap!399dancymaster-I3d408f030bd22f5dc23e9a52d56af12f844ee6b7master
build-images.py: Add command line flagsrepos/releng/release!102dancymain-Iba8430699267209319cbcec0f3a2f077c725180amain
Convert remaining image building code to Pythonrepos/releng/release!99dancymain-I01853963d06ca3351036ca7914773666c62668c2main
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:17 AM
bzimport added projects: Math, Upstream.
bzimport set Reference to bz35190.
bzimport added a subscriber: Unknown Object (MLST).

From https://en.wikipedia.org/wiki/User_talk:Nageh/mathJax#appearance_of_tables:

"I was talking about this with Davide, one of the main MathJax developers. He explained that MathJax would internally translate everything into MathML representation, and the support for partial framing is missing in the MathML specification. While this could be implemented for the HTML/CSS output and with considerable hacks also for MathML output rendering he rather wants not to do so as the standard solution for tables in HTML pages should be making use of the HTML table feature. I agree with that sentiment."

physik wrote:

Still a problem with MathJaX 2.3
https://en.wikipedia.org/wiki/User:Physikerwelt/sandbox#bug%2035190
This issue is a MathJax issue so it should be reported to MathJax

(In reply to comment #2)

This issue is a MathJax issue so it should be reported to MathJax

Where is that? https://github.com/mathjax/mathjax/issues ?

physik wrote:

Yes. I think so. Furthermore, if people submit bugs to the math extension this link could be shown.