Skip to content

Commit

Permalink
Add missing css.properties.image-rendering.smooth feature (#21020)
Browse files Browse the repository at this point in the history
This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `smooth` member of the `image-rendering` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.9).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/image-rendering/smooth
  • Loading branch information
queengooborg authored Nov 9, 2023
1 parent 47b60c7 commit 4c576a9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/properties/image-rendering.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,38 @@
"deprecated": false
}
}
},
"smooth": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "93"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down

0 comments on commit 4c576a9

Please sign in to comment.