-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Closed Accepted by CSSWG ResolutionCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-images-3Current WorkCurrent Work
Description
SVG 1.1's image-rendering allows
auto | optimizeSpeed | optimizeQuality
CSS Images currently allows
auto | smooth | high-quality | crisp-edges | pixelated
Safari 11.1 supports
auto | crisp-edges | pixelated | optimizeSpeed | optimizeQuality
Blink supports
auto | pixelated | -webkit-optimize-contrast
-webkit-optimize-contrast is a non-standard naming for crisp-edges
There is also non-working code for optimizeSpeed | optimizeQuality
Firefox supports
auto | crisp-edges | optimizespeed | optimizequality
Edge does not support the property (test page).
These results suggest:
- high-quality should be renamed to optimizeQuality
- optimizeSpeed should be added
- Implementations should be asked if they intend to support smooth
Metadata
Metadata
Assignees
Labels
Closed Accepted by CSSWG ResolutionCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-images-3Current WorkCurrent Work