selectivizr icon indicating copy to clipboard operation
selectivizr copied to clipboard

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.

Results 66 selectivizr issues
Sort by recently updated
recently updated
newest added

Examples include: ``` css @import url("min-import-url-quoted-double.css");.minified{background:url("css/nested/test.png");} /* Which will incorrectly match the URL of the css file as: */ min-import-url-quoted-double.css");.minified{background:url("css/nested/test.png ``` ``` css @import "min-import-quoted-double.css";.minified{background:url("css/nested/test.png");} /* Which will incorrectly match...

Added a few lines of code to allow calling Selectivizr.init() after a page is loaded via AJAX. It calls selectivizr's init() method and reparses the CSS. I used it in...

Hello! I've fixed a number of typos in comments.

The RE_COMMENT regex seems unnecessarily complex: I've simplified it. The whitespace normalization is the focus of this pull request. I'm working with Rails' asset pipeline and I found a peculiarity...

In some instances IE can use a Bowser Mode of IE9+ while at the same time run a Document Mode like IE7 which selectivizr is designed to enhance. In such...

By XDomainRequest. Small changes in code.

Hi, do you have any plans of joining forces with [philipwalton's polyfill](https://github.com/philipwalton/polyfill/) library to make selectivizr run dynamically time instead of being a 1 time run for each page load?...

I am running IE11 and testing my app using the IE8 emulator in IE11's dev tools. If I update selectivizr to commit 7fb749a1637b0780b0b90570053823421b45fcfd, many errors like the following begin to...