NEW 180821
Add support for autocapitalize attribute in macOS Safari
https://bugs.webkit.org/show_bug.cgi?id=180821
Summary Add support for autocapitalize attribute in macOS Safari
Ryan Landay
Reported 2017-12-14 11:16:17 PST
I am currently working on getting the autocapitalize attribute standardized as part of the HTML spec: https://github.com/whatwg/html/pull/3273 It's mostly based on the current implementation in iOS Safari, so hopefully WebKit doesn't need to make any changes there. However, currently the attribute is not exposed on macOS Safari. We decided it should probably be exposed there for two reasons: 1. The IDL interface should be consistent across platforms, even where no input methods support autocapitalization. 2. Some macOS input methods may in fact want to allow web authors to control autocapitalization. For example, Chrome for Android respects the attribute for voice input, and macOS also supports voice input.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-12-14 20:05:11 PST
Tim Nguyen (:ntim)
Comment 2 2023-03-31 05:02:35 PDT
This is now shipped in Firefox & Chrome.
Note You need to log in before you can comment on or make changes to this bug.