nav-down-012-frame.html (480B)
1 <!DOCTYPE html> 2 <title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-down: #finish "frame" }</title> 3 <link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com"> 4 <link rel="author" title="Daniel Glazman" href="mailto:d.glazman@partner.samsung.com"> 5 <style> 6 #start { 7 nav-down: #finish "frame"; 8 } 9 </style> 10 <body> 11 <p><a href="" id="finish">FINISH</a></p> 12 <p><a href="" id="start">START</a></p> 13 </body>