mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
18 lines
534 B
HTML
18 lines
534 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-down: #finish "sibling" }</title>
|
|
<link href="mailto:jorritv@opera.com" rel="author" title="Jorrit Vermeiren">
|
|
<link href="mailto:d.glazman@partner.samsung.com" rel="author" title="Daniel Glazman">
|
|
<style>
|
|
#start {
|
|
nav-down: #finish "sibling";
|
|
}
|
|
</style>
|
|
</head><body>
|
|
<p>
|
|
<a href="" id="start">START</a>
|
|
</p>
|
|
<p>
|
|
<a href="" id="finish">ignore</a>
|
|
</p>
|
|
|
|
</body></html> |