diff --git a/features/paint-order.yml b/features/paint-order.yml new file mode 100644 index 00000000000..3d9dfd0a511 --- /dev/null +++ b/features/paint-order.yml @@ -0,0 +1,7 @@ +name: paint-order +description: "The `paint-order` CSS property sets the z-order of strokes, fills, and (in SVG content) markers. For example, `paint-order: markers stroke fill;` draws the markers, then stroke on top of markers, then fill on top of both markers and stroke." +spec: https://svgwg.org/svg2-draft/painting.html#PaintOrder +group: css +compat_features: + - css.properties.paint-order + - svg.global_attributes.paint-order diff --git a/features/paint-order.yml.dist b/features/paint-order.yml.dist new file mode 100644 index 00000000000..abe2ddbd4cf --- /dev/null +++ b/features/paint-order.yml.dist @@ -0,0 +1,34 @@ +# Generated from: paint-order.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome: "123" + chrome_android: "123" + edge: "123" + firefox: ≤66 + firefox_android: "66" + safari: ≤12 +compat_features: + # baseline: low + # baseline_low_date: 2024-03-22 + # support: + # chrome: "123" + # chrome_android: "123" + # edge: "123" + # firefox: "60" + # firefox_android: "60" + # safari: "11" + # safari_ios: "11" + - css.properties.paint-order + + # baseline: false + # support: + # chrome: ≤73 + # chrome_android: "73" + # edge: ≤79 + # firefox: ≤66 + # firefox_android: "66" + # safari: ≤12 + - svg.global_attributes.paint-order