nav-dir-target-005-frame.html (561B)
1 <!DOCTYPE html> 2 <title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-left: #finish "sibling" }</title> 3 <link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com"> 4 <link rel="reviewer" title="Leif Arne Storset" href="mailto:lstorset@opera.com"> 5 <link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"><!-- 07-18-2013 --> 6 <style> 7 #start { 8 nav-left: #finish "sibling"; 9 } 10 </style> 11 <body> 12 <p><a href="" id="finish">ignore</a> <a href="" id="start">START</a></p> 13 </body>