Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upStop using AppendChild in the HTML parser #3701
Closed
Labels
Comments
|
Not sure that's worth it; I like the peace of mind that using the DOM entry point gives me. |
|
I'm not sure it's worth it either, but I'd like to do the experiment. See also #1269. |
|
We now merge properly and following the spec wording as long as it's not a perf issue in real world is nice. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's likely that we can skip much of the complex logic used to handle insertions by arbitrary JavaScript code. Also we need to merge adjacent text nodes during parsing to be spec-compliant.