Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 /*
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/licenses/publicdomain/
4 */
5 hbox#test > image {
6 list-style-image: url("image-region.png");
7 }
9 hbox#test > #image1 {
10 -moz-image-region: rect(1px, 19px, 9px, 1px);
11 }
13 hbox#ref > image {
14 list-style-image: none;
15 }
17 hbox#ref > #image1 {
18 list-style-image: url("image-region-ref.png");
19 }