Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta name="description" content="wargh..." />
  <meta charset=utf-8 />
  <title>wargh...</title>
</head>
<body>
  <p>
    Safari 10 will not advance focus to the third input element ("after"), unless there is 
    <a href="http://jsbin.com/vidomutimo/1/edit?html,output">whitespace surrounding the <code>&lt;use&gt;</code> element</a>.
  </p>
  
  <p><input value="before"></p>
  
  <svg viewBox="0 0 150 50" width="300" height="100">
    <symbol id="alpha">
      <circle cx="25" cy="25" r="15" />
    </symbol>
  </svg>
  <p><input value="between"></p>
  
  <svg viewBox="0 0 150 50" width="300" height="100"><use xlink:href="#alpha" /></svg>
  
  <p><input value="after"></p>
  
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers