Changes between Version 4 and Version 5 of ViewportInteractionTopics
- Timestamp:
- Nov 21, 2012, 7:29:04 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViewportInteractionTopics
v4 v5 11 11 * The browser should not change orientation if the user is still interacting with the page (ie. having a finger on the page) 12 12 * 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). 14 14 * Animations should as GIFs should not start animating until they are exposed in the viewport.