#30014 closed defect (bug) (fixed)
Twenty Fifteen: Isolate :not selectors from CSS2 selectors
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
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; }
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
A good catch. With this, we can remove some duplicated rules from IE specific stylesheet. Here is a updated patch.