Skip to content

Add missing datalist input type subfeatures#29023

Merged
caugner merged 2 commits intomainfrom
28468-list-support-for-missing-input-types
Feb 11, 2026
Merged

Add missing datalist input type subfeatures#29023
caugner merged 2 commits intomainfrom
28468-list-support-for-missing-input-types

Conversation

@caugner
Copy link
Contributor

@caugner caugner commented Feb 11, 2026

Summary

Adds subfeatures html.elements.datalist.input_type_* and html.elements.input.type_*.list for input types that had no data yet:

  • email
  • number
  • search
  • tel
  • text
  • url

Test results and supporting details

Related issues

Fixes #28468.

Adds 6 new subfeatures to `html.elements.datalist` for input types that were
missing: email, number, search, tel, text, and url.

Closes #28468
@github-actions github-actions bot added data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:l [PR only] 101-1000 LoC changed labels Feb 11, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 11, 2026

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

The data now lives on the input types.
@caugner caugner requested a review from ddbeck February 11, 2026 16:52
Copy link
Contributor

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@caugner caugner merged commit 921830c into main Feb 11, 2026
13 checks passed
@caugner caugner deleted the 28468-list-support-for-missing-input-types branch February 11, 2026 17:36
@mdn-bot mdn-bot mentioned this pull request Feb 11, 2026
Copy link

@foxaustin888 foxaustin888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:l [PR only] 101-1000 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

html.elements.datalist - Add missing input type subfeatures

3 participants