Skip to content

Commit 4788c42

Browse files
Update FindOnPage.md
Co-authored-by: David Risney <[email protected]>
1 parent b20d9a6 commit 4788c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ runtimeclass CoreWebView2FindConfiguration : [default]ICoreWebView2FindConfigura
547547
CoreWebView2FindDirection FindDirection { get; set; };
548548

549549
/// Determines if the find operation is case sensitive. Returns TRUE if the find is case sensitive, FALSE otherwise.
550-
/// When toggling case sensitivity, the behavior can vary by locale, which may be influenced by both the browser's UI locale and the document's language settings. The browser's UI locale
550+
/// The locale used to determine case sensitivity is the document's language specified by the HTML lang attribute, or if unspecified then the WebView2's UI locale.
551551
/// typically provides a default handling approach, while the document's language settings (e.g., specified using the HTML lang attribute) can override these defaults to apply locale-specific rules. This dual consideration
552552
/// ensures that text is processed in a manner consistent with user expectations and the linguistic context of the content.
553553
Boolean IsCaseSensitive { get; set; };

0 commit comments

Comments
 (0)