Makes it so the select element in the speechsynthesis demo is cleared every time loadVoices is called. Previously the code was not clearing the box, which caused the list to repeat voices. @molant
[Y] I have linted my code using npm run lint:css -- demoDirectoryName/**/*.css and npm run lint:js -- demoDirectoryName/**/*.js, and have fixed the errors.
What this PR does
Makes it so the select element in the speechsynthesis demo is cleared every time loadVoices is called. Previously the code was not clearing the box, which caused the list to repeat voices. @molant
Requirements
.github/ACCESSIBILITY_REQS.md
)..github/CSS_STYLE_REQS.md
).npm run lint:css -- demoDirectoryName/**/*.css
andnpm run lint:js -- demoDirectoryName/**/*.js
, and have fixed the errors.