| { |
| "css": { |
| "selectors": { |
| "next-sibling": { |
| "__compat": { |
| "description": "Next-sibling combinator (`A + B`)", |
| "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Next-sibling_combinator", |
| "spec_url": "https://drafts.csswg.org/selectors/#adjacent-sibling-combinators", |
| "tags": [ |
| "web-features:selectors" |
| ], |
| "support": { |
| "chrome": { |
| "version_added": "1" |
| }, |
| "chrome_android": "mirror", |
| "edge": { |
| "version_added": "12" |
| }, |
| "firefox": { |
| "version_added": "1" |
| }, |
| "firefox_android": "mirror", |
| "ie": { |
| "version_added": "7", |
| "notes": [ |
| "Before Internet Explorer 10, the combinator only works in standards mode.", |
| "Internet Explorer 7 doesn't update the style correctly when an element is dynamically placed before an element that matched the selector.", |
| "In Internet Explorer 8, if an element is inserted dynamically by clicking on a link the first-child style isn't applied until the link loses focus." |
| ] |
| }, |
| "oculus": "mirror", |
| "opera": { |
| "version_added": "3.5" |
| }, |
| "opera_android": { |
| "version_added": "10.1" |
| }, |
| "safari": { |
| "version_added": "1" |
| }, |
| "safari_ios": "mirror", |
| "samsunginternet_android": "mirror", |
| "webview_android": { |
| "version_added": "≤37" |
| }, |
| "webview_ios": "mirror" |
| }, |
| "status": { |
| "experimental": false, |
| "standard_track": true, |
| "deprecated": false |
| } |
| } |
| } |
| } |
| } |
| } |