Bug 180821 - Add support for autocapitalize attribute in macOS Safari
Summary: Add support for autocapitalize attribute in macOS Safari
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari 11
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-14 11:16 PST by Ryan Landay
Modified: 2023-03-31 05:02 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.