@anthrotype pointed out that I've oversimplified this and it would be OK to nuance the rule to say that any of the following states are OK:
- Has none of {COLR, SVG} (is not color)
- Has only COLRv0 (somewhat broadly supported, https://caniuse.com/colr)
- Has COLRv1 and SVG
Any other state is invalid, in particular COLRv0 + SVG should fail.
Today @rsheeter said:
@anthrotype pointed out that I've oversimplified this and it would be OK to nuance the rule to say that any of the following states are OK:
Any other state is invalid, in particular COLRv0 + SVG should fail.