On Aug 18 2008, 9:42 pm, Boris Zbarsky <[email protected]> wrote:
> rama wrote:
> > I will need to simulate user clicks.
>
> On points, or on elements?
>
> > I was under the assumption that layout and rendering are not required
> > for doing clicks in webpages.
>
> It depends on what sort of clicks you're doing.
>
> One other thing, for what it's worth: a number of scripts on real-life
> webpages depend on layout.  So if you're interested in those scripts
> running as they would on the actual page, you have to do layout.
>
> -Boris

Sorry to pick up such old message, but does "visibility:hidden"
indicate doing layout/reflow only while not rendering on the screen,
if we divide the process into these 3 steps -

    *  frame construction (building the tree of objects)
    * reflow (determining their positions; should perhaps have been
called Layout instead), and
    * painting (drawing them on the screen) (the code to determine
targets for events is closely connected to the painting code, so it
can be considered part of this area).

Thanks.
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to