Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Stylesheet.addRule is broken in IE < 9 #90

Open
hexinteractive opened this issue Dec 3, 2013 · 1 comment
Open

Stylesheet.addRule is broken in IE < 9 #90

hexinteractive opened this issue Dec 3, 2013 · 1 comment
Labels

Comments

@hexinteractive
Copy link
Contributor

IE only allows "Single contextual selectors" but xooie is sometimes passing selectors with multiple contexts. i.e.
.foo,
.bar {
color: pink;
}

@andrewlarkin
Copy link
Contributor

We could mitigate this by adding the text to the <style> block directly. Of course, that results in a bunch of styles painted on the page, but it would work.

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

No branches or pull requests

2 participants