Closed
Bug 768819
Opened 12 years ago
Closed 11 years ago
Some tabular attributes not parsed from <mstyle>/<math> elements
Categories
(Core :: MathML, defect)
Core
MathML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: qheaden, Unassigned)
References
Details
The current MathML implementation recognizes and parses row and column attributes (e.g. rowalign, columnalign, rowlines, and columnlines) that are set on <mtable>, <mtr>, and <mtd> elements, but it does not parse them when they are set on <mstyle> and <math> elements.
Comment 1•12 years ago
|
||
nsMathMLmtdFrame::GetRowSpan and nsMathMLmtdFrame::GetColSpan call mContent->GetAttr instead of GetAttribute so I suspect this bug applies to mtd@rowspan and mtd@colspan too.
Comment 2•12 years ago
|
||
mtable@frame is implemented in mathml.css and so the attributes on mstyle or math are not taken into account.
Summary: Row and column attributes not parsed from <mstyle>/<math> elements → Some tabular attributes not parsed from <mstyle>/<math> elements
Comment 3•11 years ago
|
||
This is WONTFIX per bug 838509.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•