{
  "css": {
    "properties": {
      "background-clip": {
        "__compat": {
          "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-clip",
          "support": {
            "chrome": [
              {
                "version_added": "1"
              },
              {
                "version_added": "1",
                "version_removed": "64",
                "prefix": "-webkit-",
                "notes": "Chrome accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
              }
            ],
            "chrome_android": [
              {
                "version_added": "18"
              },
              {
                "version_added": "18",
                "version_removed": "64",
                "prefix": "-webkit-",
                "notes": "Chrome accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
              }
            ],
            "edge": {
              "version_added": "12"
            },
            "firefox": [
              {
                "version_added": "4"
              },
              {
                "version_added": "49",
                "prefix": "-webkit-"
              },
              {
                "version_added": "1",
                "version_removed": "4",
                "partial_implementation": true,
                "prefix": "-moz-",
                "notes": "Used the <code>-moz-background-clip: padding | border</code> syntax."
              }
            ],
            "firefox_android": [
              {
                "version_added": "14"
              },
              {
                "version_added": "49",
                "prefix": "-webkit-"
              }
            ],
            "ie": {
              "version_added": "9",
              "notes": "In IE 7 and IE 8 of Internet Explorer, this property always behaved like <code>background-clip: padding</code> when <code>overflow</code> was <code>hidden</code>, <code>auto</code>, or <code>scroll</code>."
            },
            "opera": [
              {
                "version_added": "10.5"
              },
              {
                "version_added": "15",
                "version_removed": "51",
                "prefix": "-webkit-",
                "notes": "Opera accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
              }
            ],
            "opera_android": [
              {
                "version_added": "11"
              },
              {
                "version_added": "14",
                "version_removed": "47",
                "prefix": "-webkit-",
                "notes": "Opera accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
              }
            ],
            "safari": {
              "version_added": "3",
              "prefix": "-webkit-",
              "notes": "Safari accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
            },
            "safari_ios": {
              "version_added": "1",
              "prefix": "-webkit-",
              "notes": "Safari accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
            },
            "samsunginternet_android": [
              {
                "version_added": "1.0"
              },
              {
                "prefix": "-webkit-",
                "version_added": "1.0",
                "version_removed": "9.0",
                "notes": "Chrome accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
              }
            ],
            "webview_android": [
              {
                "version_added": "4.1"
              },
              {
                "version_added": "≤37",
                "version_removed": "64",
                "prefix": "-webkit-",
                "notes": "WebView accepts alternate synonyms to its values: <code>padding</code>, <code>border</code>, and <code>content</code>."
              }
            ]
          },
          "status": {
            "experimental": false,
            "standard_track": true,
            "deprecated": false
          }
        },
        "content-box": {
          "__compat": {
            "description": "<code>content-box</code>",
            "support": {
              "chrome": {
                "version_added": "1"
              },
              "chrome_android": {
                "version_added": "18"
              },
              "edge": {
                "version_added": "12"
              },
              "firefox": {
                "version_added": "4"
              },
              "firefox_android": {
                "version_added": "14"
              },
              "ie": {
                "version_added": "9",
                "notes": "In IE 7 and IE 9 of Internet Explorer, it always behaved like <code>background-clip: padding</code> if <code>overflow: hidden | auto | scroll</code>"
              },
              "opera": {
                "version_added": "10.5"
              },
              "opera_android": {
                "version_added": "11"
              },
              "safari": {
                "version_added": "3"
              },
              "safari_ios": {
                "version_added": "1"
              },
              "samsunginternet_android": {
                "version_added": "1.0"
              },
              "webview_android": {
                "version_added": "4.1"
              }
            },
            "status": {
              "experimental": false,
              "standard_track": true,
              "deprecated": false
            }
          }
        },
        "text": {
          "__compat": {
            "description": "<code>text</code>",
            "support": {
              "chrome": {
                "version_added": "3",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              },
              "chrome_android": {
                "version_added": "18",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              },
              "edge": [
                {
                  "version_added": "15"
                },
                {
                  "version_added": "12",
                  "partial_implementation": true,
                  "notes": "Before Edge 15, this value was supported with the prefixed version of the property only."
                }
              ],
              "firefox": [
                {
                  "version_added": "49"
                },
                {
                  "version_added": "48",
                  "flags": [
                    {
                      "type": "preference",
                      "name": "layout.css.background-clip-text.enabled",
                      "value_to_set": "true"
                    }
                  ]
                }
              ],
              "firefox_android": [
                {
                  "version_added": "49"
                },
                {
                  "version_added": "48",
                  "flags": [
                    {
                      "type": "preference",
                      "name": "layout.css.background-clip-text.enabled",
                      "value_to_set": "true"
                    }
                  ]
                }
              ],
              "ie": {
                "version_added": false
              },
              "opera": {
                "version_added": "15",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              },
              "opera_android": {
                "version_added": "14",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              },
              "safari": {
                "version_added": "4",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              },
              "safari_ios": {
                "version_added": "3.2",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              },
              "samsunginternet_android": {
                "version_added": "1.0",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              },
              "webview_android": {
                "version_added": "≤37",
                "partial_implementation": true,
                "notes": [
                  "This value is supported with the prefixed version of the property only.",
                  "According to the <a href='https://webkit.org/blog/164/background-clip-text/'>WebKit blog</a>, text decorations or shadows are not included in the clipping."
                ]
              }
            },
            "status": {
              "experimental": false,
              "standard_track": true,
              "deprecated": false
            }
          }
        }
      }
    }
  }
}
