mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01: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. |
||
---|---|---|
.. | ||
html.rs | ||
mod.rs | ||
xml.rs |