{ "title":"CSS3 selectors", "description":"Advanced element selection using selectors including: `[foo^=\"bar\"]`, `[foo$=\"bar\"]`, `[foo*=\"bar\"]`, `:root`, `:nth-child()`, `:nth-last-child()`, `:nth-of-type()`, `:nth-last-of-type()`, `:last-child`, `:first-of-type`, `:last-of-type`, `:only-child`, `:only-of-type`, `:empty`, `:target`, `:enabled`, `:disabled`, `:checked`, `:not()`, `~` (general sibling)", "spec":"https://www.w3.org/TR/css3-selectors/", "status":"rec", "links":[ { "url":"https://www.quirksmode.org/css/selectors/", "title":"Detailed support information" }, { "url":"http://www.css3.info/selectors-test/", "title":"Automated CSS3 selector test" }, { "url":"http://selectivizr.com", "title":"Selectivizr: Polyfill for IE6-8" }, { "url":"https://www.webplatform.org/docs/css/selectors", "title":"WebPlatform Docs" } ], "bugs":[ { "description":"Android 4.3 and lower (together with older WebKit browsers) [have issues](https://css-tricks.com/webkit-sibling-bug/) when combining pseudo classes with adjacent or general sibling selectors." }, { "description":"iOS 8 Safari has [issues with nth-child](https://stackoverflow.com/questions/26032513/ios8-safari-after-a-pushstate-the-nth-child-selectors-not-works).\r\n" }, { "description":"IE9-IE11 supports `:empty` but will not repaint/relayout the page if content is added/removed from an `:empty` selected element" }, { "description":"iOS 9 has a bug in WebViews (not Safari) with the [CSS sibling selector](https://forums.developer.apple.com/thread/16449)" }, { "description":"IE11 has issues with [last-of-type with custom elements](https://stackoverflow.com/questions/38666233/last-of-type-doesnt-work-with-custom-elements-in-ie11-and-edge#38669965)" }, { "description":"IE does not recognize the `:disabled` pseudo-class selector for `