Hi,
I have updated the comments discussed till now in the bug description. Let's
have the remaining discussion in bugzilla (
https://bugs.webkit.org/show_bug.cgi?id=61558 ) so that it helps to find the
proper solution for the issue.

Thanks,
Rahaman

On Mon, Jun 13, 2011 at 9:00 PM, Darin Adler <da...@apple.com> wrote:

> HTML5 defines this scrolling attribute. It defines it in terms of a CSS
> overflow property on the frame below. The value scrolling="no" turns into
> overflow: hidden. Such overflow areas should not be scrolled.
>
> As I understand it, generally speaking, if we have something like a find
> feature or autoscrolling code that scrolls outside the normal mechanism, it
> still should not scroll such an area and needs some other way to deal with
> content that is hidden by being off the edge of a scrollable area. This can
> happen with things like large margin values (particularly negative ones) as
> well as simply overflowing the space provided.
>
>    -- Darin
>
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to