Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>ally.fix.pointerFocusInput Example</title>
</head>
<body>
<article id="example-introduction">
  <h1><code>ally.fix.pointerFocusInput</code> Example</h1>
  <p>The document contains two sets of input elements. The first set exhibits the undesired behavior upon click, the second set is covered by <code>ally.fix.pointerFocusInput</code>.</p>
</article>
<div id="example-html">
  <main>
    <h2>Natural Browser Behavior</h2>
    <div>
      <p><label><input type="checkbox"> checkbox</label></p>
      <p>
        <label><input type="radio" name="natural"> radio 1</label>
        <label><input type="radio" name="natural"> radio 2</label>
      </p>
      <p><label><input type="range" min="0" max="100"> slider</label></p>
      <p><button type="button">button</button></p>
      <p><input type="button" value="input button"></p>
    </div>
    <h2>Fixed Behavior</h2>
    <div id="fix-pointer-focus">
      <p><label><input type="checkbox"> checkbox</label></p>
      <p>
        <label><input type="radio" name="fixed"> radio 1</label>
        <label><input type="radio" name="fixed"> radio 2</label>
      </p>
      <p><label><input type="range" min="0" max="100"> slider</label></p>
      <p><button type="button">button</button></p>
      <p><input type="button" value="input button"></p>
    </div>
  </main>
</div>
<script src="https://cdn.jsdelivr.net/ally.js/1.4.1/ally.min.js"></script>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
rodneyrehmpro
0viewers