Tagged Questions

1
vote
1answer
43 views

Looking for a browser reflow benchmark

I work on a embeded opera implementation and want to test the real performance. I have done the sunspider js benchmark and want to know the html/css performance now. Are there any good reflow ...
0
votes
1answer
77 views

Does the browser's render reflow if element's position is absolute?

If I have an element with an absolute position and I change it's left and top position will reflow to it's parent children? and what about it's own children if they are not affected as they are also ...
0
votes
0answers
204 views

Preventing HTTP REQUEST on javascript DOM update

I am getting re-execution of imported js files upon a hitting a form button which calls a function to insert a DOM element into page ( in simulation to exe of an ajx callback function). The DOM ...