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

Implement <template> #7531

Merged
merged 6 commits into from Sep 8, 2015
Merged

Implement <template> #7531

merged 6 commits into from Sep 8, 2015

Commits on Sep 8, 2015

  1. Enable template tests

    All tests using iframes can't currently pass, same for innerHTML-related tests
    with <template> elements. The latter contradicts the spec, see the links below.
    
    servo/html5ever#164
    w3c/DOM-Parsing#1
    nox committed Sep 8, 2015
  2. Bump html5ever to 0.2.4, <template> support!

    The failing <img> test comes from the now-correct parsing of <font face> elements
    in SVG.
    nox committed Sep 8, 2015
  3. Fix tests in template-contents-owner-document-type.html

    HTMLDocument isn't a thing anymore.
    nox committed Sep 8, 2015
  4. Fix HTMLTemplateElement.innerHTML

    nox committed Sep 8, 2015
You can’t perform that action at this time.