Bug 160507 - The mfenced element does no update correctly when its child list is changed
Summary: The mfenced element does no update correctly when its child list is changed
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 160509
  Show dependency treegraph
 
Reported: 2016-08-03 07:25 PDT by Frédéric Wang (:fredw)
Modified: 2016-08-03 08:00 PDT (History)
0 users

See Also:


Attachments
Testcase (1.21 KB, text/html)
2016-08-03 07:25 PDT, Frédéric Wang (:fredw)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2016-08-03 07:25:03 PDT
Created attachment 285227 [details]
Testcase

See the attached testcase.

This is the classical issue when using anonymous nodes without managing addChild/removeChild properly. Fixing this issue while keeping anonymous nodes will lead to the same complexity as in old root and scripts implementations.