mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
If the last child of a node is a Text child and we are inserting text in that node, we need to append it to that Text child. Doing that means that HTMLStyleElement::children_changed gets called less frequently, but that's not a problem during parsing thanks to the pop hook.