This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Description
The following test in the css-ui-3 test suite checks if gziped svg files are supported as cursors:
https://github.com/w3c/csswg-test/blob/master/css-ui-3/cursor-image-007.html
I cannot find a reference requiring browsers to support SVGZ. CSS-UI does require SVG support, but unless the SVG spec says that this must include SVGZ support, then there's not justification for this test being there as a MUST pass.
I'm happy to keep it with a may flag since additional file formats are allowed, but I don't think we should block CSS-UI progress on lack of support for this format that seems to actually be optional.
@svgeesus Am I missing a MUST requirement somewhere for SVGZ to be supported?