<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSNotification/Name-swift.struct/WebViewDidChangeTypingStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@WebViewDidChangeTypingStyleNotification"
  },
  "title" : "WebViewDidChangeTypingStyle"
}
-->

# WebViewDidChangeTypingStyle

Posted when a web view changes its typing style.

```
static let WebViewDidChangeTypingStyle: NSNotification.Name
```

## Discussion

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

## See Also

  <doc://com.apple.documentation/documentation/WebKit/WebView-swift.class/typingStyle>



---

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)