blob: 868281fd100759b1e62f5dae907409271cfbf70f [file] [log] [blame]
<!DOCTYPE html>
<title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-down: #finish "sibling" }</title>
<link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
<link rel="author" title="Daniel Glazman" href="mailto:d.glazman@partner.samsung.com">
<style>
#start {
nav-down: #finish "sibling";
}
</style>
<body>
<p>
<a href="" id="start">START</a>
</p>
<p>
<a href="" id="finish">ignore</a>
</p>
</body>