You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there are probably more libraries having this problem, but it's not parsing the CSS correct.
(1) dist/jquery.qtip.css
(2) dist/jquery.qtip.min.css
The two above files were unable to avoid the "behavior" attribute. Putting a console.log on css-url-rewriter.js:46 for the variable "propertyName" tells me that it has not parsed the CSS correctly.
It returns "http" as "propertyName" when using (1)
It returns "{cursor" as "propertyName" when using (2)
I'm using version 0.1.3
Thanks!
The text was updated successfully, but these errors were encountered:
bs-thomas
added a commit
to bs-thomas/css-url-rewriter
that referenced
this issue
Feb 16, 2018
I believe there are probably more libraries having this problem, but it's not parsing the CSS correct.
(1) dist/jquery.qtip.css
(2) dist/jquery.qtip.min.css
The two above files were unable to avoid the "behavior" attribute. Putting a console.log on css-url-rewriter.js:46 for the variable "propertyName" tells me that it has not parsed the CSS correctly.
It returns "http" as "propertyName" when using (1)
It returns "{cursor" as "propertyName" when using (2)
I'm using version 0.1.3
Thanks!
The text was updated successfully, but these errors were encountered: