After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761318 - css: Support the image() notation
css: Support the image() notation
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkStyleContext
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-01-30 01:26 UTC by Matthias Clasen
Modified: 2016-01-30 05:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
css: Support the image() notation (12.28 KB, patch)
2016-01-30 01:26 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2016-01-30 01:26:28 UTC
This lets us do fallback in case an image format is not
supported, and also lets us provide solid-color images.
We don't support image fragment notations.

See ttps://www.w3.org/TR/css3-images/#image-notation
Comment 1 Matthias Clasen 2016-01-30 01:26:38 UTC
Created attachment 320049 [details] [review]
css: Support the image() notation