bright-spark / css3-mediaqueries-js

Automatically exported from code.google.com/p/css3-mediaqueries-js
0 stars 0 forks source link

Link tags with no rel attribute cause null pointer exception #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a page with empty link tags (ie: <link>)
2. Only tested on IE8

What is the expected output? What do you see instead?
Empty link tags should be ignored.  Empty link tags cause a null pointer 
exception

What version of the product are you using? On what operating system?
Current release (as of July 2011)

Please provide any additional information below.
Normally this wouldn't be a gating problem, but some webpages render HTML that 
is dynamic in nature and correcting the markup is not feasible.  IE: a webmail 
client that renders the HTML body of a mime message.

Original issue reported on code.google.com by pswul...@gmail.com on 27 Jul 2011 at 3:04

GoogleCodeExporter commented 9 years ago
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