Re: [apps-discuss] Feedback about "Update to MIME regarding Charset Parameter Handling in Textual Media Types"

Ned Freed <ned.freed@mrochek.com> Wed, 29 February 2012 02:22 UTC

Return-Path: <ned.freed@mrochek.com>
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 45E1021E8113 for <apps-discuss@ietfa.amsl.com>; Tue, 28 Feb 2012 18:22:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.586
X-Spam-Level:
X-Spam-Status: No, score=-2.586 tagged_above=-999 required=5 tests=[AWL=0.013, BAYES_00=-2.599]
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 kbRXA+WE1LwD for <apps-discuss@ietfa.amsl.com>; Tue, 28 Feb 2012 18:22:12 -0800 (PST)
Received: from mauve.mrochek.com (mauve.mrochek.com [66.59.230.40]) by ietfa.amsl.com (Postfix) with ESMTP id 334E921E80F9 for <apps-discuss@ietf.org>; Tue, 28 Feb 2012 18:22:12 -0800 (PST)
Received: from dkim-sign.mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01OCJ7KCGBQO015O95@mauve.mrochek.com> for apps-discuss@ietf.org; Tue, 28 Feb 2012 18:22:09 -0800 (PST)
Received: from mauve.mrochek.com by mauve.mrochek.com (PMDF V6.1-1 #35243) id <01OCI1CWJADS00ZUIL@mauve.mrochek.com>; Tue, 28 Feb 2012 18:22:07 -0800 (PST)
Message-id: <01OCJ7KAZHWG00ZUIL@mauve.mrochek.com>
Date: Tue, 28 Feb 2012 18:19:13 -0800
From: Ned Freed <ned.freed@mrochek.com>
In-reply-to: "Your message dated Tue, 28 Feb 2012 23:41:34 +0100" <4F4D581E.20503@gmx.de>
MIME-version: 1.0
Content-type: TEXT/PLAIN; Format="flowed"
References: <CAJQvAudekOKa2mzas-igD_6pa2je000Darin2HDNda-sk9TLCQ@mail.gmail.com> <4F4D581E.20503@gmx.de>
To: Julian Reschke <julian.reschke@gmx.de>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mrochek.com; s=mauve; t=1330482143; bh=ciwkdzXvqUjZZKSLMf7YZAeMUY3qo9DXJZdlPRk8tEo=; h=Cc:Message-id:Date:From:Subject:In-reply-to:MIME-version: Content-type:References:To; b=mww1rt4i4oPqvnMrxoupQKbDM3uh2tgUtI6EVYjQAFyg5a96mfPbITx6nqrZziqde vSvpHV0KRJhQEheSwzSI067fSpPfpZlwEvKfj66PNotV6XhgR1lcdoL0ft0lUYpdPR o5Myz1CpxLSNVPYOjVmV2FXVyMcA1lhtspAswwhk=
Cc: Anne van Kesteren <annevk@opera.com>, apps-discuss@ietf.org
Subject: Re: [apps-discuss] Feedback about "Update to MIME regarding Charset Parameter Handling in Textual Media Types"
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, 29 Feb 2012 02:22:13 -0000

> On 2012-02-22 14:25, Henri Sivonen wrote:
> > In reference to
> > https://svn.tools.ietf.org/svn/wg/appsawg/draft-ietf-appsawg-mime-default-charset/latest/draft-ietf-appsawg-mime-default-charset.html

> Henri,

> thanks a lot for the feedback.

> I believe that one thing that makes the current spec a bit confusing is
> that part of it sound like we're changing the defaults for existing
> types that specify their own defaults. We are not; *but* we are changing
> the framework so that new types can be defined in a saner way, and also
> so that (maybe) the definitions for text/xml and text/html can be tuned
> in the future. (Not sure about text/plain)

> So, maybe add this as a clause to the abstract; and also clarify the
> prose where we mention text/xml and text/html?

> Also, I see that you would like us to sanction whatever algorithm the
> HTML5 spec has come up with for handling text/html; potentially
> including content inspection and out-of-band information.

> I think out-of-band information is a non-starter; it just doesn't work
> for many environments, and breaks basic assumptions about message
> semantics; if you need to do that for text/html so be it, and label it a
> "willful violation", but by all means don't let this hack leak into new
> media type definitions.

Agreed.

> Another change I want to do is to add to:

> "New subtypes of the "text" media type, thus, SHOULD NOT define a
> default "charset" value. If there is a strong reason to do so despite
> this advice, they SHOULD use the "UTF-8" [RFC3629] charset as the default."

> a sentence that if it's not UTF-8, it MUST be an ASCII-compatible encoding.

I think that's a very good addition to make.

				Ned