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

Complete steps for ChildNode::before #6536

Closed
wants to merge 1 commit into from

Commits on Jul 25, 2015

  1. Complete steps for ChildNode::before

    I was reading through the node.rs file and noticed that this `before`
    method only has three steps, despite the WHATWG website saying there are
    six. I implemented the steps as per:
    
    https://dom.spec.whatwg.org/#dom-childnode-before
    
    I also added another WPT unit test
    frewsxcv committed Jul 25, 2015
You can’t perform that action at this time.