Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions features/opacity-svg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Opacity (SVG)
description: The `fill-opacity`, and `stroke-opacity` SVG attributes and CSS properties control the transparency of a stroke or fill of an SVG element.
spec: https://svgwg.org/svg2-draft/render.html#ObjectAndGroupOpacityProperties
group: svg
compat_features:
- css.properties.fill-opacity
- css.properties.stroke-opacity
- svg.global_attributes.fill-opacity
- svg.global_attributes.stroke-opacity
20 changes: 20 additions & 0 deletions features/opacity-svg.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated from: opacity-svg.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
support:
chrome: ≤80
chrome_android: "80"
edge: ≤80
firefox: ≤72
firefox_android: "79"
safari: ≤13.1
safari_ios: ≤13.4
compat_features:
- css.properties.fill-opacity
- css.properties.stroke-opacity
- svg.global_attributes.fill-opacity
- svg.global_attributes.stroke-opacity
1 change: 1 addition & 0 deletions features/opacity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ status:
compat_features:
- css.properties.opacity
- css.properties.opacity.percentages
- svg.global_attributes.opacity
1 change: 1 addition & 0 deletions features/opacity.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ compat_features:
# safari: "2"
# safari_ios: "1"
- css.properties.opacity
- svg.global_attributes.opacity

# baseline: high
# baseline_low_date: 2020-07-28
Expand Down
5 changes: 5 additions & 0 deletions groups/svg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SVG (Scalable Vector Graphics) is a language for describing two-dimensional
# graphics.
#
# spec: https://svgwg.org/svg2-draft/
name: SVG