felixfbecker / svg-screenshots

📸🧩 Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
809 stars 29 forks source link

Missing option text #116

Open d262a15b-daf8-4c67-a39d-ec7e03fcc16b opened 1 year ago

d262a15b-daf8-4c67-a39d-ec7e03fcc16b commented 1 year ago

When making a screenshot of the following HTML file, the selected option text, either "Foo" or "Bar" is left out:

<html>
  <body>
    <label for="options">Choose an option:</label>
    <select id="options">
      <option value="foo">Foo</option>
      <option value="bar">Bar</option>
    </select>
  </body>
</html>

This is the case with both Firefox 102.10.0esr-1 and Chromium 112.0.5615.138-1.