mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
14 lines
577 B
HTML
14 lines
577 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-down: #finish root }</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-down: #finish root;
|
|
}
|
|
</style>
|
|
</head><body>
|
|
<p><a href="" id="start">START</a> <a href="" id="finish">ignore</a></p>
|
|
|
|
</body></html> |