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

Add Support for missing SVGElement.classList in IE #10

Merged
merged 1 commit into from
Apr 18, 2016

Conversation

gorpacrate
Copy link
Contributor

@gorpacrate gorpacrate commented Apr 15, 2016

Fixes #8
Contains changes from eligrey/classList.js@e87db36

@LionOps
Copy link
Contributor

LionOps commented Apr 18, 2016

👍 Thanks.

@LionOps LionOps merged commit 8275007 into yola:master Apr 18, 2016
@andersaloof
Copy link
Contributor

This commit seems to break this fix (https://github.com/yola/classlist-polyfill/blob/master/src/index.js#L191) for IE10/11 not supporting add/remove with multiple parameters...

Running element.classList.add('foo', 'bar') as a test gives med the following results.

Including this commit, class is incorrectly set to "foo".
Commenting OUT this commit, class is correctly set to "foo bar"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants