Important Notice: Starting April 1st, 2025, OSx/macOS builds will no longer be supported due to the end-of-life (EOL) of VMWare support for macOS infrastructure.
Join over 500,000 developers testing and building on Travis CI
Pull Request #1582
Editorial: migrate from "context object" to "this"
The term "context object" is being removed from DOM: https://github.com/whatwg/dom/pull/973
This also changes a reference to <a> elements to the string "a", since querySelectorAll's argument is a string. This may have unintended side effects of matching <svg:a> and "a" elements in other namespaces.