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

DOM 2 Traversal support #398

Open
wants to merge 1 commit into
base: cc
Choose a base branch
from
Open

DOM 2 Traversal support #398

wants to merge 1 commit into from

Commits on Sep 23, 2013

  1. DOM 2 Traversal support

    To meet the .Net behaviour in modern browsers. We could also use [ScriptName] since NextSibling etc. is a IE8 only thingy, see:
    http://www.quirksmode.org/dom/w3c_traversal.html
    
    from http://www.w3.org/TR/ElementTraversal/#introduction
    "The DOM Level 1 Node interface defines 11 node types, but most commonly authors wish to operate solely on nodeType 1, the Element node. Other node types include the Document element and Text nodes, which include whitespace and line breaks [and comments]. DOM 1 node traversal includes all of these node types..."
    andekande committed Sep 23, 2013
    Configuration menu
    Copy the full SHA
    dddfa36 View commit details
    Browse the repository at this point in the history