Bug 124829 - Implement heuristic rules to determine the default form of operators
Summary: Implement heuristic rules to determine the default form of operators
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/MathML/chapter3....
Keywords:
Depends on: 99620
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-25 01:28 PST by Frédéric Wang (:fredw)
Modified: 2013-11-25 01:28 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2013-11-25 01:28:43 PST
The patch in bug 99620 will just check the position of the operators in the row to determine whether it is infix, prefix or postfix. More advanced rules are:

http://www.w3.org/TR/MathML/chapter3.html#presm.formdefval

Gecko bug is:
https://bugzilla.mozilla.org/show_bug.cgi?id=562460