Section 6.5.1 of HEIF says:
Readers shall allow and ignore descriptive properties following the first transformative or unrecognized property, whichever is earlier, in the sequence associating properties with an item.
However kimono files with transformative properties do not respect the proper property association order.
Example of kimono.crop.avif:
pasp (descriptive)
clap (transformative)
ispe (descriptive)
pixi (descriptive)
av1C (descriptive)
So according to the spec, ispe, pixi and av1C shall be ignored, which makes the file non-compliant to AVIF.
Section 6.5.1 of HEIF says:
However
kimonofiles with transformative properties do not respect the proper property association order.Example of
kimono.crop.avif:pasp(descriptive)clap(transformative)ispe(descriptive)pixi(descriptive)av1C(descriptive)So according to the spec,
ispe,pixiandav1Cshall be ignored, which makes the file non-compliant to AVIF.