Menu

#65 support for `background-size`

open
nobody
None
1
2014-12-31
2014-12-13
mercury
No

This is a CSS3 property, so I am not sure if you plan to support it. But it will be a good one to support as it is being used widely in combination with media-queries to serve background-images with different resolutions.

Link to definition:
http://dev.w3.org/csswg/css-backgrounds/#the-background-size

Discussion

  • Radek Burget

    Radek Burget - 2014-12-18

    Yes, all the background-xxx properties need to be added or updated according to CSS3. We may start with background-size. I'll take a look on it.

     
  • mercury

    mercury - 2014-12-18

    That would be great! Thanks for the recent merges and fixes.

     
  • Radek Burget

    Radek Burget - 2014-12-31

    I have commited an experimental background-size support. It's ready for testing. However, CSS3 background layers (multiple comma-separated backgrounds for a single element) are not supported yet. This will tak more time since it probably requires extending the API.

     

Anonymous
Anonymous

Add attachments
Cancel