diff --git a/files/en-us/web/api/interestevent/index.md b/files/en-us/web/api/interestevent/index.md index 8504dbbc10d5071..0477c873fdc5bea 100644 --- a/files/en-us/web/api/interestevent/index.md +++ b/files/en-us/web/api/interestevent/index.md @@ -18,14 +18,14 @@ This is the event object for the {{domxref("HTMLElement.interest_event", "intere ## Constructor -- {{DOMxRef("InterestEvent.InterestEvent", "InterestEvent()")}} {{experimental_inline}} +- {{DOMxRef("InterestEvent.InterestEvent", "InterestEvent()")}} {{experimental_inline}} {{non-standard_inline}} - : Creates an `InterestEvent` object. ## Instance properties _This interface inherits properties from its parent, {{DOMxRef("Event")}}._ -- {{DOMxRef("InterestEvent.source")}} {{ReadOnlyInline}} {{experimental_inline}} +- {{DOMxRef("InterestEvent.source")}} {{ReadOnlyInline}} {{experimental_inline}} {{non-standard_inline}} - : An {{domxref("Element")}} object instance that represents the interest invoker element on which interest was shown or lost to fire the event. ## Examples diff --git a/files/en-us/web/api/navigationhistoryentry/dispose_event/index.md b/files/en-us/web/api/navigationhistoryentry/dispose_event/index.md index 16f030ea60aaf49..5e07658d5df7ee9 100644 --- a/files/en-us/web/api/navigationhistoryentry/dispose_event/index.md +++ b/files/en-us/web/api/navigationhistoryentry/dispose_event/index.md @@ -3,12 +3,10 @@ title: "NavigationHistoryEntry: dispose event" short-title: dispose slug: Web/API/NavigationHistoryEntry/dispose_event page-type: web-api-event -status: - - experimental browser-compat: api.NavigationHistoryEntry.dispose_event --- -{{APIRef("Navigation API")}}{{SeeCompatTable}} +{{APIRef("Navigation API")}} The **`dispose`** event of the {{domxref("NavigationHistoryEntry")}} interface is fired when the entry is no longer part of the history entry list. diff --git a/files/en-us/web/api/navigationhistoryentry/index.md b/files/en-us/web/api/navigationhistoryentry/index.md index 28b8b530ec5a675..f91a268d2c9e619 100644 --- a/files/en-us/web/api/navigationhistoryentry/index.md +++ b/files/en-us/web/api/navigationhistoryentry/index.md @@ -39,7 +39,7 @@ _Inherits methods from its parent, {{DOMxRef("EventTarget")}}._ ## Events -- {{domxref("NavigationHistoryEntry/dispose_event", "dispose")}} {{Experimental_Inline}} +- {{domxref("NavigationHistoryEntry/dispose_event", "dispose")}} - : Fires when the entry is no longer part of the history entry list. ## Examples diff --git a/files/en-us/web/api/navigationprecommitcontroller/index.md b/files/en-us/web/api/navigationprecommitcontroller/index.md index 32adf5a05291b07..5a94e2b7f20df62 100644 --- a/files/en-us/web/api/navigationprecommitcontroller/index.md +++ b/files/en-us/web/api/navigationprecommitcontroller/index.md @@ -2,12 +2,10 @@ title: NavigationPrecommitController slug: Web/API/NavigationPrecommitController page-type: web-api-interface -status: - - experimental browser-compat: api.NavigationPrecommitController --- -{{APIRef("Navigation API")}}{{SeeCompatTable}} +{{APIRef("Navigation API")}} The **`NavigationPrecommitController`** interface of the {{domxref("Navigation API", "Navigation API", "", "nocode")}} defines redirect behavior for a navigation [precommit handler](/en-US/docs/Web/API/NavigateEvent/intercept#precommithandler). @@ -15,7 +13,7 @@ The **`NavigationPrecommitController`** interface of the {{domxref("Navigation A ## Instance methods -- {{domxref("NavigationPrecommitController.redirect", "redirect()")}} {{Experimental_Inline}} +- {{domxref("NavigationPrecommitController.redirect", "redirect()")}} - : Redirects the browser to a specified URL and specifies history behavior and any desired state information. ## Description diff --git a/files/en-us/web/api/navigationprecommitcontroller/redirect/index.md b/files/en-us/web/api/navigationprecommitcontroller/redirect/index.md index c7b1c083a11c6fe..b055504a44f6095 100644 --- a/files/en-us/web/api/navigationprecommitcontroller/redirect/index.md +++ b/files/en-us/web/api/navigationprecommitcontroller/redirect/index.md @@ -3,12 +3,10 @@ title: "NavigationPrecommitController: redirect() method" short-title: redirect() slug: Web/API/NavigationPrecommitController/redirect page-type: web-api-instance-method -status: - - experimental browser-compat: api.NavigationPrecommitController.redirect --- -{{APIRef("Navigation API")}}{{SeeCompatTable}} +{{APIRef("Navigation API")}} The **`redirect()`** method of the {{domxref("NavigationPrecommitController")}} interface redirects the browser to a specified URL and specifies history behavior and any desired state information.