summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-20 16:03:56 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-20 17:07:01 +0200
commite17785cd77d17c3deb23e16198ab4652a97706b1 (patch)
treeec445ebda42f12041b578f75085809a373d30fae
parent768c7cf822c73c9517d248aa6b1279b89db79843 (diff)
downloadshared-mime-info-e17785cd77d17c3deb23e16198ab4652a97706b1.tar.gz
spec: Mention that sub-class-of can be aliases
As implemented in Qt: https://codereview.qt-project.org/242601
-rw-r--r--shared-mime-info-spec.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared-mime-info-spec.xml b/shared-mime-info-spec.xml
index c9e51362..f0a6fe39 100644
--- a/shared-mime-info-spec.xml
+++ b/shared-mime-info-spec.xml
@@ -880,6 +880,11 @@ information cannot be represented statically; instead an application
interested in this information should run all of the magic rules, and
use the list of types returned as the subclasses.
</para>
+ <para>
+Note that it is possible for a mime-type to be a <userinput>sub-class-of</userinput>
+an alias, for example if a temporary vendor mime-type is replaced by an official IANA
+mime-type.
+ </para>
</sect2>
<sect2>
<title>Recommended checking order</title>