microsoft / TypeScript-DOM-lib-generator

Tool for generating dom related TypeScript and JavaScript library files
Apache License 2.0
616 stars 417 forks source link

Strengthen type of `HTMLSelectElement.type` #1697

Closed andersk closed 6 months ago

andersk commented 6 months ago

According to https://html.spec.whatwg.org/multipage/form-elements.html#dom-select-type-dev: ‘Returns "select-multiple" if the element has a multiple attribute, and "select-one" otherwise.’

github-actions[bot] commented 6 months ago

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.

saschanaz commented 6 months ago

Makes sense, thanks! LGTM.

github-actions[bot] commented 6 months ago

Merging because @saschanaz is a code-owner of all the changes - thanks!