{
  "css": {
    "selectors": {
      "adjacent_sibling": {
        "__compat": {
          "description": "Adjacent sibling combinator (<code>A + B</code>)",
          "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Adjacent_sibling_combinator",
          "support": {
            "chrome": {
              "version_added": "1"
            },
            "chrome_android": {
              "version_added": "18"
            },
            "edge": {
              "version_added": "12"
            },
            "firefox": {
              "version_added": "1"
            },
            "firefox_android": {
              "version_added": "4"
            },
            "ie": {
              "version_added": "7",
              "notes": [
                "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."
              ]
            },
            "opera": {
              "version_added": "3.5"
            },
            "opera_android": {
              "version_added": "10.1"
            },
            "safari": {
              "version_added": "1"
            },
            "safari_ios": {
              "version_added": "1"
            },
            "samsunginternet_android": {
              "version_added": "1.0"
            },
            "webview_android": {
              "version_added": "≤37"
            }
          },
          "status": {
            "experimental": false,
            "standard_track": true,
            "deprecated": false
          }
        }
      }
    }
  }
}
