Bug 124828

Summary: Add support for multiple-char operators
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: MathMLAssignee: 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    

Description Frédéric Wang (:fredw) 2013-11-25 01:25:21 PST
The operator dictionary contains operators with multiple characters like "||" or "++".

Note: this is not supported by Gecko either.
Comment 1 Frédéric Wang (:fredw) 2019-09-27 00:24:07 PDT
(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.