Bug 125938
| Summary: | improve how mfenced@separators is handled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
| Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 124838 | ||
| Bug Blocks: | 160509 | ||
Frédéric Wang (:fredw)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
(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.