0

I was researching for my company project how to repeat in a background a section of a image (a sprite) without repeating all the image.

I found the css image() notation in the standard. But it doesn't work on firefox 39 and I don't find any information of this notation on the Internet.

The only document that I found is in the MDN and was deleted in 2014. https://developer.mozilla.org/en-US/docs/Web/CSS/image%28%29

Anyone has information of this notation? Implementors, state of standard, etc.

  • Im not sure what the question is but the standard, and whats implemented by the browser are not always one in the same – Pogrindis Jul 08 '15 at 13:19

1 Answers1

1

by the looks of it this was moved to css4, the new spec is here

There was also an open issue on caniuse to add Image() to it's data

atmd
  • 7,430
  • 2
  • 33
  • 64
  • can't find much on it, but [this might help](http://stackoverflow.com/questions/8876259/media-fragment-uri-alternative-in-css) there's also a [css tricks article/tutorial](https://css-tricks.com/media-fragments-uri-spatial-dimension/) on it, but everything seems to be years old. maybe there wasnt enough demand – atmd Jul 08 '15 at 13:40