| Leif Arne Storset | f394a9f | 2013-07-16 15:17:09 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <title>CSS Basic User Interface Test: Directional Focus Navigation - named target frame</title> |
| Leif Arne Storset | 7cf9148 | 2013-07-17 12:23:55 | [diff] [blame] | 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"> |
| Rebecca Hauck | bc0e2e4 | 2013-07-18 23:31:18 | [diff] [blame] | 5 | <link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"><!-- 07-18-2013 --> |
| Leif Arne Storset | f394a9f | 2013-07-16 15:17:09 | [diff] [blame] | 6 | <link rel="help" href="http://www.w3.org/TR/css3-ui/#nav-dir"> |
| 7 | <meta name="flags" content="interact"> |
| 8 | <meta name="assert" content="Test checks that a named target frame value is respected."> |
| 9 | <style> |
| 10 | #start { |
| 11 | nav-right: #finish "frame"; |
| 12 | } |
| 13 | </style> |
| 14 | <body> |
| 15 | <p>First, use directional navigation to navigate the focus to the "START" link below.</p> |
| Leif Arne Storset | 357e85e | 2013-07-17 12:26:22 | [diff] [blame] | 16 | <!-- In Opera 12.16, directional navigation may be done using Shift+<arrow key>. |
| 17 | In the SmartTV emulator, use the keypad in the GUI. --> |
| Leif Arne Storset | f394a9f | 2013-07-16 15:17:09 | [diff] [blame] | 18 | <p>Test passes if navigating right once moves the focus to the "FINISH" link.</p> |
| 19 | |
| 20 | <p><a href="" id="start">START</a> <a href="" id="finish">ignore</a></p> |
| 21 | |
| 22 | <iframe src="support/nav-dir-target-003-frame.html" name="frame"></iframe> |
| 23 | </body> |