Agree with the removal of -moz-image-rect but disagree that this functionality is "well covered" by the background-image/size/position combo. Using 3 properties for spriting has always felt very hacky. Importantly it greatly reduces the devs ability to easily position and size background sprited images because those properties are being sacrificed to the "spriting syntax".
The CSSWG spec-ed image fragmenting as part of `image()` a long time ago (I want to say 10 years, it was originally part of images-3 i believe?).
https://developer.mozilla.org/en-US/docs/Web/CSS/image/image#image_fragmentsThis would bring background spriting more inline with the `object-view-box` spriting syntax for the IMG tag that Chrome recently added.