Closed
Bug 1997343
Opened 29 days ago
Closed 24 days ago
Handle correctly the MathML attributes when sanitizing the mathML coming from the struct tree
Categories
(Firefox :: PDF Viewer, defect, P1)
Firefox
PDF Viewer
Tracking
()
People
(Reporter: calixte, Assigned: calixte)
References
Details
(Keywords: access)
Attachments
(2 files)
|
185.02 KB,
application/pdf
|
Details | |
|
[mozilla/pdf.js] Don't set the MathML namespace for attributes in MathML tags (bug 1997343) (#20408)
44 bytes,
text/x-github-pull-request
|
Details | Review |
As noticed by Tom:
https://bugzilla.mozilla.org/show_bug.cgi?id=1937438#c9
the namespace for the attributes has to be null.
The attached file comes from:
https://latex3.github.io/tagging-project/documentation/wtpdf/larger-example#generate-a-pdf-that-includes-mathml-in-embedded-and-associated-files
and the generated MathML contains some tags with some attributes.
The embedded MathML files is utf-8 encoded so we must decode it correctly.
Comment 1•29 days ago
|
||
Updated•28 days ago
|
Accessibility Severity: --- → s3
Updated•24 days ago
|
Status: ASSIGNED → RESOLVED
Closed: 24 days ago
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•