Re: [Tools-discuss] Proper scrolling in iOS

Nico Williams <nico@cryptonector.com> Thu, 11 April 2013 20:52 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2444021F87D5 for <tools-discuss@ietfa.amsl.com>; Thu, 11 Apr 2013 13:52:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.977
X-Spam-Level:
X-Spam-Status: No, score=-1.977 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
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 aJn2cmheA-rY for <tools-discuss@ietfa.amsl.com>; Thu, 11 Apr 2013 13:52:34 -0700 (PDT)
Received: from homiemail-a85.g.dreamhost.com (caiajhbdcaib.dreamhost.com [208.97.132.81]) by ietfa.amsl.com (Postfix) with ESMTP id 283DE21F8952 for <tools-discuss@ietf.org>; Thu, 11 Apr 2013 13:52:34 -0700 (PDT)
Received: from homiemail-a85.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a85.g.dreamhost.com (Postfix) with ESMTP id D4D4DBC04A for <tools-discuss@ietf.org>; Thu, 11 Apr 2013 13:52:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h= mime-version:in-reply-to:references:date:message-id:subject:from :to:cc:content-type; s=cryptonector.com; bh=7tahm26N9jwqCrA+a6GA uxrCzpM=; b=L68/anpCfEsUIT+wzVBnHrZTp5JNn7Z6ETIt8udEI/gmsGm5SP1g JmhNGDYBf/fM2VvSi6xOLEfD3w4HWa46gcTiF+xENXmtkyC2hUFL1eO/3rBqrYr7 r+CuQ+poL2b6Sc4CAyM8lN0qJ3BVYknn9EidoxXLfb4o7EscdueRqTE=
Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nico@cryptonector.com) by homiemail-a85.g.dreamhost.com (Postfix) with ESMTPSA id 5965DBC042 for <tools-discuss@ietf.org>; Thu, 11 Apr 2013 13:52:33 -0700 (PDT)
Received: by mail-we0-f176.google.com with SMTP id s43so1515201wey.21 for <tools-discuss@ietf.org>; Thu, 11 Apr 2013 13:52:32 -0700 (PDT)
MIME-Version: 1.0
X-Received: by 10.180.39.207 with SMTP id r15mr19470wik.16.1365713552147; Thu, 11 Apr 2013 13:52:32 -0700 (PDT)
Received: by 10.217.105.195 with HTTP; Thu, 11 Apr 2013 13:52:32 -0700 (PDT)
In-Reply-To: <8D23D4052ABE7A4490E77B1A012B6307751400E4@mbx-01.win.nominum.com>
References: <CACB24MuL2RCyzoj2HmdyAUYFO5YLbVH2xbmJQ18GLmmM_SXBfQ@mail.gmail.com> <51671410.2020100@nostrum.com> <8D23D4052ABE7A4490E77B1A012B6307751400E4@mbx-01.win.nominum.com>
Date: Thu, 11 Apr 2013 15:52:32 -0500
Message-ID: <CAK3OfOja3DSW4X19DG3gKqgsVYor5yqVjxYbvnh8JN04ZTLOmw@mail.gmail.com>
From: Nico Williams <nico@cryptonector.com>
To: Ted Lemon <Ted.Lemon@nominum.com>
Content-Type: text/plain; charset="UTF-8"
Cc: Richard Barnes <richard.barnes@gmail.com>, Tools Team Discussion <tools-discuss@ietf.org>
Subject: Re: [Tools-discuss] Proper scrolling in iOS
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tools-discuss>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Apr 2013 20:52:35 -0000

On Thu, Apr 11, 2013 at 3:22 PM, Ted Lemon <Ted.Lemon@nominum.com> wrote:
> On Apr 11, 2013, at 3:50 PM, Adam Roach <adam@nostrum.com> wrote:
>> http://www.webmonkey.com/2012/02/webkit-isnt-breaking-the-web-you-are/
>
> I think this argues for leaving in the standard css, not for leaving out the webkit css.

Or using the user agent string to figure out what CSS to send.

Nico
--