Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associate file extensions and MIME types #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ewilligers
Copy link
Collaborator

@ewilligers ewilligers commented May 7, 2019

An implementation may associate a file extension with
a MIME type. In this case, it is sufficient for a manifest
to only contain the file extension, even if the implementation
only supports filtering on MIME types.

Similarly, an implementation may associate a MIME type with
one or more file extensions. In this case, it is sufficient
for a manifest to only contain a MIME type (optionally with
wildcard subtype), even if the implementation only supports
filtering of file extensions.


Preview | Diff

An implementation may associate a file extension with
a MIME type. In this case, it is sufficient for a manifest
to only contain the file extension, even if the implementation
only supports filtering on MIME types.

Similarly, an implementation may associate a MIME type with
one or more file extensions. In this case, it is sufficient
for a manifest to only contain a MIME type (optionally with
wildcard subtype), even if the implementation only supports
filtering of file extensions.
@@ -450,6 +450,43 @@ <h3>
</li>
</ul>
</li>
<li>If the implementation does not support <a>filtering on MIME
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, do we want to do this even if an implementation does support filtering on MIME types?

Base automatically changed from master to main February 3, 2021 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants