Bug 125938

Summary: improve how mfenced@separators is handled
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: MathMLAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 124838    
Bug Blocks: 160509    

Description Frédéric Wang (:fredw) 2013-12-18 12:02:10 PST
In addition to bug 57696, I see that addChild:

- does not ignore whitespace
- does not handle surrogate pairs

Also, one FIXME comment already indicates that addChild/removeChild should be rewritten to take care of separators updated.
Comment 1 Frédéric Wang (:fredw) 2013-12-19 07:21:43 PST
(In reply to comment #0)
> In addition to bug 57696, I see that addChild:
> 
> - does not ignore whitespace

Actually, whitespace removal is done is updateFromElement.