Changes between Version 1 and Version 2 of ViewportInteractionTopics


Ignore:
Timestamp:
Nov 21, 2012 3:38:13 AM (11 years ago)
Author:
kenneth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ViewportInteractionTopics

    v1 v2  
    77 * Events should not be sent to the page until it's renderable
    88 * A page should not be visible before its first layout
     9 * A page should not be replaced if the user is still interacting with it (ie. having a finger on the page)
     10   * If a new page is being loaded behind, user events must not be sent to it.
     11 * The browser should not change orientation if the user is still interacting with the page (ie. having a finger on the page)
     12 * Javascript/DOM/etc is suspended while interacting with the content (to avoid scrollTo JS calls as well as content size changes, ie content becoming smaller because of div is being hidden)