[
  {
    "status": "partial",
    "surface": "css-property",
    "name": "align-content",
    "evidence": {
      "supportedValues": [
        "flex-start",
        "flex-end",
        "center",
        "space-evenly",
        "stretch"
      ],
      "unsupportedValues": [
        "space-between",
        "space-around",
        "start",
        "end",
        "normal"
      ],
      "logRejectedValues": [
        "end",
        "normal",
        "space-around",
        "space-between",
        "start"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "align-items",
    "evidence": {
      "supportedValues": [
        "flex-start",
        "flex-end",
        "center",
        "stretch"
      ],
      "unsupportedValues": [
        "anchor-center",
        "baseline",
        "start",
        "end",
        "normal"
      ],
      "logRejectedValues": [
        "anchor-center",
        "baseline",
        "end",
        "normal",
        "start"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "align-self",
    "evidence": {
      "supportedValues": [
        "auto",
        "flex-start",
        "flex-end",
        "center",
        "stretch"
      ],
      "unsupportedValues": [
        "anchor-center",
        "baseline",
        "start",
        "end"
      ],
      "logRejectedValues": [
        "anchor-center",
        "baseline",
        "end",
        "start"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "all",
    "evidence": {
      "logWarning": "shorthand has known limitations"
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "animation-delay",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "ms",
        "s"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "animation-duration",
    "evidence": {
      "logRejectedValues": [
        "auto"
      ],
      "supportedUnits": [
        "ms",
        "s"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "animation-timing-function",
    "evidence": {
      "supportedValues": [
        "ease",
        "linear",
        "ease-in",
        "ease-out",
        "ease-in-out",
        "step-start",
        "step-end"
      ],
      "unsupportedValues": [
        "jump"
      ],
      "logRejectedValues": [
        "jump"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "backdrop-filter",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "background-color",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "background-image",
    "evidence": {
      "supportedValues": [
        "none"
      ],
      "unsupportedValues": [
        "element",
        "gradients",
        "image-rect",
        "image-set"
      ],
      "logRejectedValues": [
        "element",
        "gradients",
        "image-rect",
        "image-set",
        "linear-gradient(90deg,red 0 10px,blue 10px 20px)",
        "radial-gradient(red 0 10px,blue 10px 20px)",
        "repeating-linear-gradient(red 0 10px,blue 10px 20px)",
        "repeating-radial-gradient(red 0 10px,blue 10px 20px)"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "background-repeat",
    "evidence": {
      "supportedValues": [
        "no-repeat",
        "repeat",
        "repeat-x",
        "repeat-y",
        "round"
      ],
      "unsupportedValues": [
        "space"
      ],
      "logRejectedValues": [
        "space"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-bottom-left-radius",
    "evidence": {
      "logRejectedValues": [
        "percentages"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-bottom-right-radius",
    "evidence": {
      "logRejectedValues": [
        "percentages"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-bottom-style",
    "evidence": {
      "supportedValues": [
        "none",
        "solid"
      ],
      "unsupportedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "ridge",
        "inset",
        "outset"
      ],
      "logRejectedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "inset",
        "outset",
        "ridge"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-image-outset",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-image-repeat",
    "evidence": {
      "supportedValues": [
        "repeat",
        "round",
        "stretch"
      ],
      "unsupportedValues": [
        "space"
      ],
      "logRejectedValues": [
        "space"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-image-slice",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-left-style",
    "evidence": {
      "supportedValues": [
        "none",
        "solid"
      ],
      "unsupportedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "ridge",
        "inset",
        "outset"
      ],
      "logRejectedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "inset",
        "outset",
        "ridge"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-right-style",
    "evidence": {
      "supportedValues": [
        "none",
        "solid"
      ],
      "unsupportedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "ridge",
        "inset",
        "outset"
      ],
      "logRejectedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "inset",
        "outset",
        "ridge"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-style",
    "evidence": {
      "logRejectedValues": [
        "dashed",
        "dotted"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-top-left-radius",
    "evidence": {
      "logRejectedValues": [
        "percentages"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-top-right-radius",
    "evidence": {
      "logRejectedValues": [
        "percentages"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "border-top-style",
    "evidence": {
      "supportedValues": [
        "none",
        "solid"
      ],
      "unsupportedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "ridge",
        "inset",
        "outset"
      ],
      "logRejectedValues": [
        "dashed",
        "dotted",
        "double",
        "groove",
        "inset",
        "outset",
        "ridge"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "bottom",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor",
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor",
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "box-shadow",
    "evidence": {
      "logRejectedValues": [
        "inset"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "caret-color",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "clip-path",
    "evidence": {
      "supportedValues": [],
      "unsupportedValues": [
        "fill-box",
        "path",
        "stroke-box",
        "view-box"
      ],
      "logRejectedValues": [
        "fill-box",
        "path",
        "rect(0 100% 100% 0)",
        "stroke-box",
        "view-box",
        "xywh(0 0 100% 100%)"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "coh-partitioned",
    "evidence": {
      "logRejectedValues": [
        "1"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "coh-rendering-option",
    "evidence": {
      "logRejectedValues": [
        "0"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "coh-simple-opacity",
    "evidence": {
      "logRejectedValues": [
        "1"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "color",
    "evidence": {
      "logRejectedValues": [
        "color-mix(in srgb,red,blue)",
        "hsl(0,100%,50%)",
        "hsla(0,100%,50%,0.5)",
        "hwb(0 0% 0%)",
        "initial",
        "lab(50% 40 59.5)",
        "lch(50% 70 30)",
        "oklab(0.5 0.1 0.1)",
        "oklch(0.5 0.1 30)"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "contain",
    "evidence": {
      "supportedValues": [
        "content",
        "layout",
        "none",
        "paint",
        "size",
        "strict",
        "style"
      ],
      "unsupportedValues": [
        "inline-size"
      ],
      "logRejectedValues": [
        "inline-size"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "content",
    "evidence": {
      "supportedValues": [
        "none",
        "normal"
      ],
      "unsupportedValues": [
        "gradient",
        "image-set",
        "url"
      ],
      "logRejectedValues": [
        "attr(data-gf)",
        "counter(item)",
        "counters(item,\".\")",
        "gradient",
        "image-set",
        "url"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "cx",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "cy",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "d",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "display",
    "evidence": {
      "supportedValues": [
        "block",
        "flex",
        "inline",
        "none"
      ],
      "unsupportedValues": [
        "contents",
        "flow-root",
        "grid",
        "inline-block",
        "inline-flex",
        "inline-grid",
        "inline-table",
        "list-item",
        "math",
        "ruby",
        "ruby-base",
        "ruby-base-container",
        "ruby-text",
        "ruby-text-container",
        "table",
        "table-caption",
        "table-cell",
        "table-column",
        "table-column-group",
        "table-footer-group",
        "table-header-group",
        "table-row",
        "table-row-group"
      ],
      "logRejectedValues": [
        "contents",
        "flow-root",
        "grid",
        "inline-block",
        "inline-flex",
        "inline-grid",
        "inline-table",
        "list-item",
        "math",
        "ruby",
        "ruby-base",
        "ruby-base-container",
        "ruby-text",
        "ruby-text-container",
        "table",
        "table-caption",
        "table-cell",
        "table-column",
        "table-column-group",
        "table-footer-group",
        "table-header-group",
        "table-row",
        "table-row-group"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "fill",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "fill-opacity",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "filter",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "flex-basis",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "content",
        "fit-content",
        "max-content",
        "min-content"
      ],
      "logRejectedValues": [
        "content",
        "fit-content",
        "max-content",
        "min-content"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "flex-grow",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "flex-shrink",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "font-size",
    "evidence": {
      "supportedValues": [
        "xxx-large"
      ],
      "unsupportedValues": [
        "math"
      ],
      "logRejectedValues": [
        "clamp(100px,20vw,200px)",
        "clamp(12px,14px,16px)",
        "math",
        "max(12px,16px)",
        "max(12px,1vw)",
        "min(12px,16px)",
        "min(12px,1vw)",
        "mod(20px,1vw)",
        "mod(20px,6px)",
        "rem(20px,1vw)",
        "rem(20px,6px)",
        "round(14px,1vw)",
        "round(14px,2px)"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "font-style",
    "evidence": {
      "supportedValues": [
        "italic",
        "normal",
        "oblique"
      ],
      "unsupportedValues": [
        "oblique-angle"
      ],
      "logRejectedValues": [
        "oblique-angle"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "font-variant-east-asian",
    "evidence": {
      "supportedValues": [
        "normal",
        "proportional-width"
      ],
      "unsupportedValues": [
        "full-width",
        "jis04",
        "jis78",
        "jis83",
        "jis90",
        "ruby",
        "simplified",
        "traditional"
      ],
      "logRejectedValues": [
        "full-width",
        "jis04",
        "jis78",
        "jis83",
        "jis90",
        "ruby",
        "simplified",
        "traditional"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "font-weight",
    "evidence": {
      "supportedValues": [
        "bold",
        "bolder",
        "lighter",
        "normal"
      ],
      "unsupportedValues": [
        "number"
      ],
      "logRejectedValues": [
        "number"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "height",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "logRejectedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "image-rendering",
    "evidence": {
      "supportedValues": [
        "auto",
        "crisp-edges",
        "pixelated",
        "optimizeQuality",
        "optimizeSpeed"
      ],
      "unsupportedValues": [
        "smooth"
      ],
      "logRejectedValues": [
        "optimizequality",
        "optimizespeed",
        "smooth"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "justify-content",
    "evidence": {
      "supportedValues": [
        "flex-start",
        "flex-end",
        "center",
        "space-between",
        "space-around",
        "space-evenly"
      ],
      "unsupportedValues": [
        "start",
        "end",
        "stretch",
        "normal"
      ],
      "logRejectedValues": [
        "end",
        "normal",
        "start",
        "stretch"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "left",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor",
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor",
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "margin-bottom",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "margin-left",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "margin-right",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "margin-top",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "mask-clip",
    "evidence": {
      "supportedValues": [],
      "unsupportedValues": [
        "border",
        "content",
        "padding",
        "text"
      ],
      "logRejectedValues": [
        "border",
        "content",
        "padding",
        "text"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "mask-mode",
    "evidence": {
      "supportedValues": [
        "alpha"
      ],
      "unsupportedValues": [
        "luminance",
        "match-source"
      ],
      "logRejectedValues": [
        "luminance",
        "match-source"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "mask-repeat",
    "evidence": {
      "logRejectedValues": [
        "initial",
        "space"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "max-height",
    "evidence": {
      "supportedValues": [],
      "unsupportedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "none",
        "stretch"
      ],
      "logRejectedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "none",
        "stretch"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "max-width",
    "evidence": {
      "supportedValues": [],
      "unsupportedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "none",
        "stretch"
      ],
      "logRejectedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "none",
        "stretch"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "min-height",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "logRejectedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "min-width",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "logRejectedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "mix-blend-mode",
    "evidence": {
      "supportedValues": [
        "normal",
        "multiply",
        "screen",
        "overlay",
        "darken",
        "lighten",
        "color-dodge",
        "color-burn",
        "hard-light",
        "soft-light",
        "difference",
        "exclusion",
        "hue",
        "saturation",
        "color",
        "luminosity"
      ],
      "unsupportedValues": [
        "plus-darker",
        "plus-lighter"
      ],
      "logRejectedValues": [
        "plus-darker",
        "plus-lighter"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "offset",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "opacity",
    "evidence": {
      "logRejectedValues": [
        "percentages"
      ],
      "supportedUnits": [
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "overflow-x",
    "evidence": {
      "supportedValues": [
        "auto",
        "hidden",
        "scroll",
        "visible"
      ],
      "unsupportedValues": [
        "clip"
      ],
      "logRejectedValues": [
        "clip"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "overflow-y",
    "evidence": {
      "supportedValues": [
        "auto",
        "hidden",
        "scroll",
        "visible"
      ],
      "unsupportedValues": [
        "clip"
      ],
      "logRejectedValues": [
        "clip"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "padding-bottom",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "padding-left",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "padding-right",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "padding-top",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "position",
    "evidence": {
      "supportedValues": [
        "absolute",
        "fixed",
        "relative",
        "static"
      ],
      "unsupportedValues": [
        "sticky"
      ],
      "logRejectedValues": [
        "sticky"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "r",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "right",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor",
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor",
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "rx",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "ry",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "shape-rendering",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stop-color",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stop-opacity",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stroke",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stroke-dasharray",
    "evidence": {
      "logRejectedValues": [
        "none"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stroke-dashoffset",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stroke-miterlimit",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stroke-opacity",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "stroke-width",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%",
        "<number>"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-align",
    "evidence": {
      "supportedValues": [
        "center",
        "justify",
        "left",
        "right"
      ],
      "unsupportedValues": [
        "end",
        "match-parent",
        "start"
      ],
      "logRejectedValues": [
        "end",
        "match-parent",
        "start"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-anchor",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-decoration-color",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-decoration-line",
    "evidence": {
      "supportedValues": [
        "line-through",
        "none",
        "overline",
        "underline"
      ],
      "unsupportedValues": [
        "blink",
        "grammar-error",
        "spelling-error"
      ],
      "logRejectedValues": [
        "blink",
        "grammar-error",
        "spelling-error"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-decoration-style",
    "evidence": {
      "supportedValues": [
        "solid"
      ],
      "unsupportedValues": [
        "wavy",
        "double",
        "dotted",
        "dashed"
      ],
      "logRejectedValues": [
        "dashed",
        "dotted",
        "double",
        "wavy"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-decoration-thickness",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "from-font",
        "percentage"
      ],
      "logRejectedValues": [
        "from-font",
        "percentage"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-overflow",
    "evidence": {
      "supportedValues": [
        "clip",
        "ellipsis"
      ],
      "unsupportedValues": [
        "string"
      ],
      "logRejectedValues": [
        "string"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-stroke-color",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-stroke-width",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-transform",
    "evidence": {
      "supportedValues": [
        "capitalize",
        "lowercase",
        "none",
        "uppercase"
      ],
      "unsupportedValues": [
        "full-size-kana",
        "full-width",
        "math-auto"
      ],
      "logRejectedValues": [
        "full-size-kana",
        "full-width",
        "math-auto"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-underline-offset",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "percentage"
      ],
      "logRejectedValues": [
        "percentage"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "text-underline-position",
    "evidence": {
      "supportedValues": [
        "under",
        "auto"
      ],
      "unsupportedValues": [
        "from-font",
        "left",
        "right"
      ],
      "logRejectedValues": [
        "from-font",
        "left",
        "right"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "top",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor",
        "anchor-size"
      ],
      "logRejectedValues": [
        "anchor",
        "anchor-size"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "transform",
    "evidence": {
      "logRejectedValues": [
        "initial",
        "perspective(500px)",
        "rotate(acos(1))",
        "rotate(asin(1))",
        "rotate(atan(1))",
        "rotate(atan2(1,1))",
        "skew(10deg)"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "transition-delay",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "ms",
        "s"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "transition-duration",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ],
      "supportedUnits": [
        "ms",
        "s"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "transition-timing-function",
    "evidence": {
      "supportedValues": [
        "ease",
        "linear",
        "ease-in",
        "ease-out",
        "ease-in-out",
        "step-start",
        "step-end"
      ],
      "unsupportedValues": [
        "jump"
      ],
      "logRejectedValues": [
        "jump",
        "linear(0,0.25,0.5,0.75,1)"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "user-select",
    "evidence": {
      "supportedValues": [
        "auto",
        "none",
        "text"
      ],
      "unsupportedValues": [
        "all",
        "contain"
      ],
      "logRejectedValues": [
        "all",
        "contain"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "vertical-align",
    "evidence": {
      "supportedValues": [
        "baseline",
        "middle",
        "text-bottom",
        "text-top"
      ],
      "unsupportedValues": [
        "bottom",
        "sub",
        "super",
        "top"
      ],
      "logRejectedValues": [
        "bottom",
        "sub",
        "super",
        "top"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "visibility",
    "evidence": {
      "supportedValues": [
        "hidden",
        "visible"
      ],
      "unsupportedValues": [
        "collapse"
      ],
      "logRejectedValues": [
        "collapse"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "white-space",
    "evidence": {
      "supportedValues": [
        "normal",
        "nowrap",
        "pre",
        "pre-wrap"
      ],
      "unsupportedValues": [
        "break-spaces",
        "pre-line"
      ],
      "logRejectedValues": [
        "break-spaces",
        "pre-line"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "width",
    "evidence": {
      "supportedValues": [
        "auto"
      ],
      "unsupportedValues": [
        "anchor-size",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "logRejectedValues": [
        "abs(-100px)",
        "anchor-size",
        "env(safe-area-inset-top,100px)",
        "fit-content",
        "max-content",
        "min-content",
        "stretch"
      ],
      "supportedUnits": [
        "px",
        "em",
        "rem",
        "in",
        "pt",
        "vh",
        "vw",
        "vmin",
        "vmax",
        "%"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "x",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  },
  {
    "status": "partial",
    "surface": "css-property",
    "name": "y",
    "evidence": {
      "logRejectedValues": [
        "initial"
      ]
    }
  }
]
