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

Move Parser creation to its own function. #2898

Closed
wants to merge 2 commits into from

Commits on Jul 22, 2014

  1. Remove some duplication in compositing

    Ariel Ben-Yehuda authored and Adenilson committed Jul 22, 2014
  2. Move Parser creation to its own function (issue #849).

    This is the first step to implement innerHTML, as we need a way
    create and initialize a parser object while setting the received
    DOMString (which may be either text/html/whatever).
    Adenilson committed Jul 22, 2014
You can’t perform that action at this time.