Bug 124828
Summary: | Add support for multiple-char operators | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | rwlbuis |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.w3.org/TR/MathML/appendixc.html | ||
Bug Depends on: | 99620 | ||
Bug Blocks: | 195797 |
Frédéric Wang (:fredw)
The operator dictionary contains operators with multiple characters like "||" or "++".
Note: this is not supported by Gecko either.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
(In reply to Frédéric Wang (:fredw) from comment #0)
> Note: this is not supported by Gecko either.
I stand corrected, Gecko does support it. Rob has implemented a patch for Chromium, so it should be portable to WebKit.