Changes between Version 3 and Version 4 of ViewportInteractionTopics


Ignore:
Timestamp:
Nov 21, 2012 7:28:45 AM (11 years ago)
Author:
allan.jensen@digia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ViewportInteractionTopics

    v3 v4  
    1111 * The browser should not change orientation if the user is still interacting with the page (ie. having a finger on the page)
    1212 * Active DOM objects (Timers, async events, etc) are suspended while interacting with the content (to avoid content changing on anything but user input)
     13 * Content should be rendered or updated if the page is not visible (ie. in background).
     14 * Animations should as GIFs should not start animating until they are exposed in the viewport.