Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

slowparse doesn't support IE8 #5

Closed
toolness opened this issue Apr 16, 2012 · 1 comment
Closed

slowparse doesn't support IE8 #5

toolness opened this issue Apr 16, 2012 · 1 comment

Comments

@toolness
Copy link

I tried hacking on a throwaway branch to see if it could work, and aside from obvious things like fixing Array.forEach() and String.trim(), the big problem was that text and attribute nodes don't seem to support expando properties in IE8. If we want to support IE8, we'll have to push all the parseInfo data for text and attributes up into their parent elements' parseInfo structure.

@toolness
Copy link
Author

That said, slowparse does work on IE9 without any problems.

@Pomax Pomax closed this as completed Nov 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants