Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #78221: DOMNode::normalize() doesn't remove empty text nodes #5254

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Mar 11, 2020

If a text node is not followed by another text node, we remove it, if
its textContent is empty.

If a text node is not followed by another text node, we remove it, if
its textContent is empty.
@cmb69
Copy link
Member Author

cmb69 commented Mar 11, 2020

@beberlei, you may want to review.

@cmb69 cmb69 added the Bug label Mar 11, 2020
@cmb69
Copy link
Member Author

cmb69 commented Mar 31, 2020

If there are no objections, I'll merge this PR in a week.

@cmb69
Copy link
Member Author

cmb69 commented Apr 7, 2020

Thanks! Applied as efec22b.

@cmb69 cmb69 closed this Apr 7, 2020
@cmb69 cmb69 deleted the cmb/78221 branch April 7, 2020 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant