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