Skip to content

Commit

Permalink
Mark datalist as partial in Firefox due to missing date and time inpu…
Browse files Browse the repository at this point in the history
…ts (#7133)
  • Loading branch information
stof committed Aug 30, 2024
1 parent 4840eeb commit 1663d99
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions features-json/datalist.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,29 +222,29 @@
"107":"a #3",
"108":"a #3",
"109":"a #3",
"110":"y",
"111":"y",
"112":"y",
"113":"y",
"114":"y",
"115":"y",
"116":"y",
"117":"y",
"118":"y",
"119":"y",
"120":"y",
"121":"y",
"122":"y",
"123":"y",
"124":"y",
"125":"y",
"126":"y",
"127":"y",
"128":"y",
"129":"y",
"130":"y",
"131":"y",
"132":"y"
"110":"a #7",
"111":"a #7",
"112":"a #7",
"113":"a #7",
"114":"a #7",
"115":"a #7",
"116":"a #7",
"117":"a #7",
"118":"a #7",
"119":"a #7",
"120":"a #7",
"121":"a #7",
"122":"a #7",
"123":"a #7",
"124":"a #7",
"125":"a #7",
"126":"a #7",
"127":"a #7",
"128":"a #7",
"129":"a #7",
"130":"a #7",
"131":"a #7",
"132":"a #7"
},
"chrome":{
"4":"p",
Expand Down Expand Up @@ -652,10 +652,11 @@
"notes_by_num":{
"1":"Partial support refers to [a bug](https://bugs.chromium.org/p/chromium/issues/detail?id=773041) where long lists of items are unscrollable resulting in unselectable options.",
"2":"Partial support in IE refers to [significantly buggy behavior](https://web.archive.org/web/20170121011936/http://playground.onereason.eu/2013/04/ie10s-lousy-support-for-datalists/) (IE11+ does send the input and change events upon selection). ",
"3":"Partial support refers to no support for datalists on non-text fields (e.g. number, [range](https://bugzilla.mozilla.org/show_bug.cgi?id=841942), [color](https://bugzilla.mozilla.org/show_bug.cgi?id=960984)).",
"3":"Partial support refers to no support for datalists on non-text fields (e.g. number, [range](https://bugzilla.mozilla.org/show_bug.cgi?id=841942), [color](https://bugzilla.mozilla.org/show_bug.cgi?id=960984), [date and time](https://bugzilla.mozilla.org/show_bug.cgi?id=1905313)).",
"4":"Partial support in Edge refers [to disappearing option elements on focusing the input element via tab](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/20066595/).",
"5":"Supported through WKWebView and Safari but not through UIWebView",
"6":"In Firefox, autocomplete must be set to off to make dynamic datalist work due to [a bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1474137)"
"6":"In Firefox, autocomplete must be set to off to make dynamic datalist work due to [a bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1474137)",
"7":"Partial support refers to no support for datalists on [date and time](https://bugzilla.mozilla.org/show_bug.cgi?id=1905313) fields."
},
"usage_perc_y":96.13,
"usage_perc_a":0.9,
Expand Down

0 comments on commit 1663d99

Please sign in to comment.