Re: Enabling scroll customization

The scroll event is defined in the DOM events spec here:
http://www.w3.org/TR/DOM-Level-3-Events/#event-type-scroll

We will likely want to add to CSSOM View as well as the DOM events spec, to
clarify some of the details on scrolling behavior.

Tim Dresser

On Fri, Sep 19, 2014 at 8:05 AM, Simon Pieters <simonp@opera.com> wrote:

> On Thu, 18 Sep 2014 19:00:01 +0200, Timothy Dresser <tdresser@chromium.org>
> wrote:
>
>  Hi,
>>
>> In order to implement UI effects which customize or respond to scrolling,
>> some developers currently resort to re-implementing scrolling
>> <http://cubiq.org/iscroll-5>. This is bad for three reasons:
>>
>> ...
>>
>
> If we add something for this it seems like it should go into CSSOM View,
> since that currently defines the 'scroll' event. I've filed
> https://www.w3.org/Bugs/Public/show_bug.cgi?id=26854
>
> --
> Simon Pieters
> Opera Software
>

Received on Friday, 19 September 2014 12:23:36 UTC