focus-ring-rendering-ref.html (237B)
1 <!DOCTYPE html> 2 <link rel=stylesheet href="resources/customizable-select-styles.css"> 3 4 <div id="target" class="customizable-select-button" tabindex="0"> 5 <span>Option 1</span> 6 </div> 7 8 <script> 9 onload = () => target.focus(); 10 </script>