Changes between Version 4 and Version 5 of ViewportInteractionTopics


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ViewportInteractionTopics

    v4 v5  
    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).
     13 * Content should not be rendered or updated if the page is not visible (ie. in background).
    1414 * Animations should as GIFs should not start animating until they are exposed in the viewport.