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

CSS pseudo-class :not() used in multiple CSS files, but not supported in IE11 #202

Closed
ryan76 opened this issue Jun 23, 2017 · 2 comments
Closed

Comments

@ryan76
Copy link

ryan76 commented Jun 23, 2017

The use of the pseudo-class :not() should be removed from all styles if IE11 is supposed to be supported, as IE11 does not support this pseudo-class.

screen shot 2017-06-23 at 11 19 47 am

@chrisdhanaraj
Copy link
Contributor

chrisdhanaraj commented Jun 23, 2017

Hey @ryan76 - that's actually only for the extended :not capabilities - the :not selector (basic, which is all we use) is supported down to IE9.

https://developer.mozilla.org/en-US/docs/Web/CSS/:not

@chrisdhanaraj
Copy link
Contributor

This is the caniuse for the spec we're using

http://caniuse.com/#feat=css-sel3

joshblack pushed a commit to joshblack/carbon that referenced this issue May 2, 2019
* make deploy not clobber remote coverage stats

* only use travis email/user on Travis CI, comment for clarity

* smooth travis experience
joshblack pushed a commit to joshblack/carbon that referenced this issue May 8, 2019
…gn-system#202)

* Value update for expressive-heading-04 token

expressive-heading-04 values at sm, med, and large breakpoints were updated in order to prevent our H1 and H2s from becoming that same size at mobile and tablet.

* chore(type): update expressiveHeading04

* chore(test): update snapshots
designertyler pushed a commit to designertyler/carbon that referenced this issue Oct 14, 2019
…g-pattern

docs(pattern): removing pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants