mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.92k stars 1.98k forks source link

html.elements.datalist - Firefox added support for datalist in <input type=range> in Firefox 109 #23531

Closed fschwahn closed 3 months ago

fschwahn commented 3 months ago

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

Compatibility data claims that datalist for <input type=range> is not supported in Firefox, but support was added in Firefox 109.

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

Range type is supported since Firefox 109.

Did you test this? If so, how?

I tested it with the <input type=range> example on that very page, ie. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/109

image

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

MDN metadata

MDN page report details * Query: `html.elements.datalist` * Report started: 2024-06-27T07:40:10.221Z
fschwahn commented 3 months ago

This is actually a duplicate of #20455