servo/components/script/dom/servoparser
Anthony Ramine 0cb09468a0 Properly insert text in document when parsing
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.
2017-01-07 19:21:02 +01:00
..
html.rs Properly insert text in document when parsing 2017-01-07 19:21:02 +01:00
mod.rs Pass the Document's origin to its constructor. 2016-12-23 11:15:46 +01:00
xml.rs Properly insert text in document when parsing 2017-01-07 19:21:02 +01:00