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

Fix hasClass on SVG #318

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 28, 2013

  1. Configuration menu
    Copy the full SHA
    58b811e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2013

  1. Test that DOM className helpers work correctly with SVGs.

    Andrea Campi authored and giorgian committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    e79beee View commit details
    Browse the repository at this point in the history
  2. Fix SVG creation in tests.

    SVG elements must be created via document.createElementNS, with the correct
    namespace ( http://www.w3.org/2000/svg ); if created with document.createElement,
    they are not SVG nodes but Unknown Element nodes (i.e. their prototype is
    HTMLUnknownElementPrototype instead of SVGSVGElementPrototype).
    giorgian committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    904b17f View commit details
    Browse the repository at this point in the history