h5bp/server-configs-apache

Remove `image/avif-sequence` MIME type

mathiasbynens opened this issue · 6 comments

Per AOMediaCodec/av1-avif#86

We should probably keep the avifs extension and just map it to image/avif instead.

.avifs has been removed from spec AOMediaCodec/av1-avif@bcb318f

That means this line should basically be dropped, right?

AddType image/avif-sequence avifs

@LeoColomb There’s two parts: 1) drop that line 2) add avifs to the image/avif line.

@mathiasbynens This is where I get confused: as mentioned by @laukstein, the .avifs filetype seems to has been removed as well. Right?

@mathiasbynens This is where I get confused: as mentioned by @laukstein, the .avifs filetype seems to has been removed as well. Right?

I mentioned that too — the commit @laukstein linked to is what resolved the issue I pointed to.

The reason we probably still wanna have avifs supported (as image/avif) is because of backwards compatibility: people are already using it, and outright removing .avifs altogether would needlessly break those use cases.

Makes sense.
See #316