Skip to content
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

html.global_attributes.inputmode - Not supported in Safari iOS 12.2 #17919

Closed
mcdurdin opened this issue Sep 30, 2022 · 1 comment
Closed

html.global_attributes.inputmode - Not supported in Safari iOS 12.2 #17919

mcdurdin opened this issue Sep 30, 2022 · 1 comment
Labels
data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML duplicate 👯‍♀️ Duplicate issues or pull requests. This one is closed in favor of the other issue or pull request.

Comments

@mcdurdin
Copy link

What type of issue is this?

Incorrect support data (ex. Chrome says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

Safari for iOS 12.2 does not support inputmode="none"; see https://css-tricks.com/everything-you-ever-wanted-to-know-about-inputmode/#aa-none

The earliest version that I have tested where support is in place is 13.0; I have not had the opportunity to test versions between 12.2 and 13.0.

What browsers does this problem apply to, if applicable?

Safari

What did you expect to see?

No response

Did you test this? If so, how?

I tested this with a very basic web page, just two elements: <input type='text'> / <input type='text' inputmode='none'>.

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

This does not appear to be documented in the release notes and there's a bit of a deep rabbit warren of related commits on webkit; WebKit/WebKit@8de3461 is a good starting point, and references r240497 as removing support for inputmode="none", but it appears to be supported in recent releases.

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode

MDN metadata

MDN page report details
  • Query: html.global_attributes.inputmode
  • Report started: 2022-09-29T23:57:31.910Z
@queengooborg queengooborg changed the title html.global_attributes.inputmode - <SUMMARIZE THE PROBLEM> html.global_attributes.inputmode - Not supported in Safari iOS 12.2 Sep 30, 2022
@queengooborg queengooborg added the data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Sep 30, 2022
@queengooborg
Copy link
Collaborator

Duplicate of #7186.

@queengooborg queengooborg closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2023
@queengooborg queengooborg added the duplicate 👯‍♀️ Duplicate issues or pull requests. This one is closed in favor of the other issue or pull request. label Dec 8, 2023
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 duplicate 👯‍♀️ Duplicate issues or pull requests. This one is closed in favor of the other issue or pull request.
Projects
None yet
Development

No branches or pull requests

2 participants