Bug 180821

Summary: Add support for autocapitalize attribute in macOS Safari
Product: WebKit Reporter: Ryan Landay <rlanday>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: cdumez, mike, mjs, rniwa, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Safari 11   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Landay 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.
Comment 1 Radar WebKit Bug Importer 2017-12-14 20:05:11 PST
<rdar://problem/36066264>
Comment 2 Tim Nguyen (:ntim) 2023-03-31 05:02:35 PDT
This is now shipped in Firefox & Chrome.