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