[wp-trac] [WordPress Trac] #30014: Isolate :not selectors from CSS2 selectors

WordPress Trac noreply at wordpress.org
Thu Oct 16 23:01:50 UTC 2014


#30014: Isolate :not selectors from CSS2 selectors
---------------------------+-----------------------------
 Reporter:  peterwilsoncc  |      Owner:
     Type:  enhancement    |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  trunk
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 Browsers that do not support CSS3 :not selectors will ignore entire
 selector/property groups if they are paired with CSS2 selectors. CSS3
 selectors need to be isolated.

 I.E., IE8 will ignore this entire block:


 {{{
 body,
 .hentry:not(p) {
   foo: bar;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30014>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list