select-appearance-button-after-span-ref.html (558B)
1 <!DOCTYPE html> 2 <link rel=stylesheet href="resources/customizable-select-styles.css"> 3 4 <div class=customizable-select-button> 5 <span class=customizable-select-selectedcontent>option 1</span> 6 </div> 7 <div class=customizable-select-popover> 8 Hello <button>Hello option 1</button> 9 <div class="customizable-select-option selected">option 1</div> 10 <div class=customizable-select-option>option 2</div> 11 </div> 12 13 <style> 14 .customizable-select-button { 15 anchor-name: --select; 16 } 17 .customizable-select-popover { 18 position-anchor: --select; 19 } 20 </style>