Skip to content

Strengthen type of HTMLSelectElement.type #1697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

andersk
Copy link
Contributor

@andersk andersk commented Mar 11, 2024

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.’

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.’

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Copy link
Contributor

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
Copy link
Contributor

Makes sense, thanks! LGTM.

@github-actions github-actions bot merged commit 6621974 into microsoft:main Mar 11, 2024
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants