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

Use parent to pick proper document during parsing #18536

Closed
wants to merge 1 commit into from

Commits on Jul 26, 2018

  1. Use the correct document when creating elements

    The html parser now sends the intended parent when requesting a new
    element to be created. This will ensure that elements are created using
    the proper document.
    cbrewster committed Jul 26, 2018
You can’t perform that action at this time.