Re: [apps-discuss] font/*

Julian Reschke <julian.reschke@gmx.de> Wed, 09 November 2011 17:56 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9DBB421F8C67 for <apps-discuss@ietfa.amsl.com>; Wed, 9 Nov 2011 09:56:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -103.962
X-Spam-Level:
X-Spam-Status: No, score=-103.962 tagged_above=-999 required=5 tests=[AWL=-1.363, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qf3+D3Eut+q5 for <apps-discuss@ietfa.amsl.com>; Wed, 9 Nov 2011 09:56:11 -0800 (PST)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by ietfa.amsl.com (Postfix) with SMTP id 4AF9921F8C58 for <apps-discuss@ietf.org>; Wed, 9 Nov 2011 09:56:11 -0800 (PST)
Received: (qmail invoked by alias); 09 Nov 2011 17:56:09 -0000
Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp007) with SMTP; 09 Nov 2011 18:56:09 +0100
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX19xBVF7rNxxFR+hkOJl5P72wHKo9yoQHZN65jcdI+ SOMUHRF+OPKfnb
Message-ID: <4EBABEB4.2000108@gmx.de>
Date: Wed, 09 Nov 2011 18:56:04 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version: 1.0
To: Graham Klyne <GK@ninebynine.org>
References: <4EB86078.8070904@stpeter.im> <4EB8E7FA.5030406@ninebynine.org>
In-Reply-To: <4EB8E7FA.5030406@ninebynine.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: "apps-discuss@ietf.org" <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] font/*
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Nov 2011 17:56:16 -0000

On 2011-11-08 09:27, Graham Klyne wrote:
> It's not clear to me what purpose would be served that cannot be handled
> perfectly adequately by application/*
>
> My understanding (or impression over the years) was that the top-level
> MIME type was a kind of high-level dispatch indicator to a device
> capable of rendering or otherwise presenting the broad kind of content,
> with application/* serving for types that needed further processing
> before they might meaningfully be considered for presentation
>
> If I receive a font/* file, what might I do with it that is different
> from any other application/* type of file?
> ...

In HTTP:

	Accept: font/*

(not sure whether it would be useful, but at least that's one thing you 
need a top level type for...)

Best regards, Julian