[webkit-dev] Expected behavior of "scrolling" attribute for IFrame element

Mustafizur Rahaman mustaf.here at gmail.com
Mon Jun 13 08:47:05 PDT 2011


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 <darin at 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110613/c74f0292/attachment.html>


More information about the webkit-dev mailing list