<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebViewDidChangeTypingStyleNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@WebViewDidChangeTypingStyleNotification"
  },
  "title" : "WebViewDidChangeTypingStyleNotification"
}
-->

# WebViewDidChangeTypingStyleNotification

Posted when a web view changes its typing style.

```
extern NSString * const WebViewDidChangeTypingStyleNotification;
```

## Discussion

The notification object is the WebView that changed its typing style. This notification does not contain a `userInfo` dictionary.

## See Also

[`typingStyle`](/documentation/WebKit/WebView-swift.class/typingStyle)

The receiver’s CSS typing style.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)