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

Doesn't parse stylesheets included in body. #23

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment
Open

Doesn't parse stylesheets included in body. #23

GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Include Script to page
2. Include Stylesheet reference in body '<link href="style.css" ... />'
3. Open page in IE7/8 mode

What is the expected output? What do you see instead?
Expected - working page normal behavior.
Actual - Script not parsing stylesheet

What version of the product are you using? On what operating system?
Windows 8, IE10 in IE7/8 mode.

Please provide any additional information below.
If Line 406 'document.getElementsByTagName("head")' changed to 
'document.getElementsByTagName("html")' fixes issue for IE8, but not for IE7

Original issue reported on code.google.com by aspop...@gmail.com on 22 Jan 2013 at 1:47

@GoogleCodeExporter
Copy link
Author

Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by wou...@dynora.nl on 4 Apr 2014 at 11:46

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

No branches or pull requests

1 participant