Is VK_FORMAT_D32_SFLOAT intended to be without VK_FORMAT_FEATURE_BLIT_DST_BIT?

While blitting depth buffers, the validation layers have brought to my attention that VK_FORMAT_D32_SFLOAT apparently does not support to be a blit target. I’m wondering whether it’s intended that the depth formats do not have this flag, as the operation actually succeeds, but the validation layers are complaining (vulkaninfo is also not reporting VK_FORMAT_FEATURE_BLIT_DST_BIT, so it’s at least not a bug in the validation layers).

Thanks!