iTV.js Framework {{itv.version}} : Navigation - Explicit
		
			
				Button 1
			
			
				Button 2
			
			
				Button 3
			
		 
		To do:
		
			- Press navigational keys "up", "down", "left" and "right".
- Click/touch "button2" with your mouse/touchscre.
- When finished, press "back" to go back to the demo list.
Expected result:
			- Navigational keys "up" and "down" changes the currently focused element but skips "Button 2".
- Navigational keys "left" and "right" don't do anything.
- "Button 2" is skipped due to explicite navigational rules when using navigational keys. You can click/touch the element to set the focus there though.
Remark:
			- Please view the source of this HTML document to check out the code that makes it work the way it does.