Skip to content

Commit d083341

Browse files
authored
Moved the location of the FavChanged description
1 parent b8df5c5 commit d083341

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

specs/GetFavicon.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,17 @@ interface ICoreWebView2GetFaviconCompletedHandler : IUnknown {
8585
}
8686

8787
/// This is the ICoreWebView2 Experimental Favicon interface.
88-
/// The `FaviconChanged` event is raised when the
89-
/// [favicon](https://developer.mozilla.org/en-US/docs/Glossary/Favicon)
90-
/// of the top-level document changes or if script dynamically changes the favicon.
91-
/// The FaviconChanged event will be raised for first navigating to a new
92-
/// document, whether or not a document declares a Favicon in HTML. The event will
93-
/// be raised again if a favicon is declared in its HTML or has script to set its favicon.
94-
/// The favicon infromation can then be retrieved with `GetFavicon` and `FaviconUri`.
9588
[uuid(DC838C64-F64B-4DC7-98EC-0992108E2157), object, pointer_default(unique)]
9689
interface ICoreWebView2_10 : ICoreWebView2_9 {
9790
/// Add an event handler for the `FaviconChanged` event.
91+
/// The `FaviconChanged` event is raised when the
92+
/// [favicon](https://developer.mozilla.org/en-US/docs/Glossary/Favicon)
93+
/// of the top-level document changes or if script dynamically changes the favicon.
94+
/// The FaviconChanged event will be raised for first navigating to a new
95+
/// document, whether or not a document declares a Favicon in HTML. The event will
96+
/// be raised again if a favicon is declared in its HTML or has script
97+
/// to set its favicon. The favicon infromation can then be retrieved with
98+
/// `GetFavicon` and `FaviconUri`.
9899
HRESULT add_FaviconChanged(
99100
[in] ICoreWebViewFaviconChangedEventHandler* eventHandler,
100101
[out] EventRegistrationToken* token);

0 commit comments

Comments
 (0)