[Gen-art] Re: Gen-ART Review of draft-ietf-dnsext-dns-name-p-s-01

Geoffrey Sisson <geoff@nominet.org.uk> Wed, 14 December 2005 15:53 UTC

Received: from localhost.cnri.reston.va.us ([127.0.0.1] helo=megatron.ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1EmYwa-0004cD-Hu; Wed, 14 Dec 2005 10:53:28 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1EmYwX-0004a4-6J for gen-art@megatron.ietf.org; Wed, 14 Dec 2005 10:53:27 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA13688 for <gen-art@ietf.org>; Wed, 14 Dec 2005 10:52:12 -0500 (EST)
Received: from mx3.nominet.org.uk ([213.248.199.23]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1EmYxT-0004HT-Lp for gen-art@ietf.org; Wed, 14 Dec 2005 10:54:26 -0500
Received: from staff.nominet.org.uk ([213.248.199.129]) by mx3.nominet.org.uk with ESMTP; 14 Dec 2005 15:52:51 +0000
X-IronPort-AV: i="3.99,252,1131321600"; d="scan'208"; a="2164558:sNHT27702796"
Received: (from geoff@localhost) by staff.nominet.org.uk (8.12.9/8.12.9) id jBEFqcY9005597; Wed, 14 Dec 2005 15:52:38 GMT
Date: Wed, 14 Dec 2005 15:52:38 +0000
From: Geoffrey Sisson <geoff@nominet.org.uk>
Message-Id: <200512141552.jBEFqcY9005597@staff.nominet.org.uk>
To: Spencer Dawkins <spencer@mcsr-labs.org>
In-Reply-To: <01ee01c600b7$10e731c0$0500a8c0@china.huawei.com>
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 538aad3a3c4f01d8b6a6477ca4248793
Cc: Margaret Wasserman <margaret@thingmagic.com>, Olaf Kolkman <olaf@nlnetlabs.nl>, General Area Review Team <gen-art@ietf.org>, ben@algroup.co.uk, Olafur Gudmundsson <ogud@ogud.com>
Subject: [Gen-art] Re: Gen-ART Review of draft-ietf-dnsext-dns-name-p-s-01
X-BeenThere: gen-art@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/gen-art>
List-Post: <mailto:gen-art@ietf.org>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=subscribe>
Sender: gen-art-bounces@ietf.org
Errors-To: gen-art-bounces@ietf.org

Hi Spencer

Thanks again for your time and effort in reviewing this document.
Comment below (though not forgetting I'm to wait for further
guidance from Margaret).

"Spencer Dawkins" <spencer@mcsr-labs.org> writes:

> I understand this concern (with MY suggested text :-) - no one said writing 
> was easy). If

:-)

>     4.  Decrement the value of the least significant (right-most) octet
>         of the least significant (left-most) label (if the resulting octet
>         corresponds to uppercase US-ASCII letters, repeat until it
>         does not), and then append the least significant (left-most)
>         label with as many octets as possible of the maximum sort
>         value.  Continue to the next step.
> 
> helps, please consider it (and discuss with Margaret if you like it); if it 
> does not, then you have considered all of MY alternative wordings that seem 
> to have the effect of reducing rather than enhancing clarity. ;-)

Actually "repeat until" is overly-prescriptive.  Skipping values which
correspond with ASCII uppercase letters needn't (and probably
shouldn't) involve iterative increment/decrement operations.  If the
value of an octet after an increment/decrement operation corresponds to
an uppercase letter, then changing its value to the next sequential
non-uppercase value is sufficient.  For example:

	val--;
	if (val == 'Z') {
		val = '@';
	}

. . . rather than:

	val--;
	while (isupper(val) == TRUE) {
		val--;
	}

> Just so you know - this week, Gen-ART is also reviewing a draft with 120 
> pages of corrections to a 134-page standards-track  RFC, so I'm probably 
> MORE sensitive to clarity issues than I will be for the next telechat - and 
> perhaps I should apologize for that sensitivity!

Um . . . oh dear . . . good luck.

Regards

Geoff

_______________________________________________
Gen-art mailing list
Gen-art@ietf.org
https://www1.ietf.org/mailman/listinfo/gen-art