What’s new for WebKit in css?
Asked on 08/02/2024
1 search
For updates on WebKit in CSS, you can refer to the session titled "Get started with Writing Tools" from WWDC 2024. This session discusses various enhancements and configurations for WKWebView, which is part of WebKit.
Here are some relevant points from the session:
- Writing Tools Integration: WKWebView now supports advanced text editing experiences, including inline editing, proofreading, and composition support. This can be customized using new APIs.
- Customizing Behavior: You can specify the behavior of writing tools in WKWebView, such as allowing rich text or tables, or opting out of writing tools completely.
- Ignoring Ranges: There are new delegate methods to specify text ranges that writing tools should ignore, useful for applications like note-taking or email apps.
For more detailed information, you can watch the session Get started with Writing Tools.
Relevant Sessions
If you have any more specific questions or need further details, feel free to ask!

Platforms State of the Union
Discover the newest advancements on Apple platforms.

What’s new in AppKit
Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.

Get started with Writing Tools
Learn how Writing Tools help users proofread, rewrite, and transform text in your app. Get the details on how Writing Tools interact with your app so users can refine what they have written in any text view. Understand how text is retrieved and processed, and how to support Writing Tools in custom text views.