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

Errors with documents that have comments before <html> tag #29

Closed
JoeGermuska opened this issue Jul 22, 2013 · 0 comments
Closed

Errors with documents that have comments before <html> tag #29

JoeGermuska opened this issue Jul 22, 2013 · 0 comments

Comments

@JoeGermuska
Copy link
Member

Documents that don't begin with cause errors when SoundCite tries to load its own version of jQuery. For example, this structure:

<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>

results in a DOM Hierarchy 3 error

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

No branches or pull requests

1 participant