Closed Bug 768819 Opened 12 years ago Closed 11 years ago

Some tabular attributes not parsed from <mstyle>/<math> elements

Categories

(Core :: MathML, defect)

defect
Not set
normal

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.
Depends on: 731667
nsMathMLmtdFrame::GetRowSpan and nsMathMLmtdFrame::GetColSpan call mContent->GetAttr instead of GetAttribute so I suspect this bug applies to mtd@rowspan and mtd@colspan too.
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
Depends on: 838509
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.