Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <button>I am a button</button>
  <div id=d1>I'm a focusable div. Focus me by focusing the button, then navigating down using spatial navigation controls.</div>
</body>
</html>
 
button, div {
    margin: 10px;
}
button {
  display:block;
  nav-down: #d1;
}
:focus {
  box-shadow: red 0 0 0 5px
}
:active {
    box-shadow: green 0 0 0 10px
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
frivoalpro
0viewers