Re: Enabling scroll customization

Sorry, to be clear, I have no idea which spec this belongs in.
Let us know what you think is best.

We assumed the event definition belonged in the DOM (or UI) event specs, as
that's where the scroll event is defined.

Thanks,
Tim Dresser

On Fri, Sep 19, 2014 at 8:23 AM, Timothy Dresser <tdresser@google.com>
wrote:

> 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 13:03:43 UTC