From 429dcd87993faa10555ee70ae502f50d5f3002ec Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 2 Mar 2021 23:43:26 +0900 Subject: [PATCH] Mark XPathException deprecated (ersatz obsolete) --- files/en-us/web/api/xpathexception/code/index.html | 2 +- files/en-us/web/api/xpathexception/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/api/xpathexception/code/index.html b/files/en-us/web/api/xpathexception/code/index.html index 8e6f19279c7db43..8591518b51e4fc3 100644 --- a/files/en-us/web/api/xpathexception/code/index.html +++ b/files/en-us/web/api/xpathexception/code/index.html @@ -10,7 +10,7 @@ - XPath - XPathException --- -
{{APIRef("DOM XPath")}}{{Obsolete_Header}}
+
{{APIRef("DOM XPath")}}{{Deprecated_Header}}

The code read-only property of the {{domxref("XPathException")}} interface returns a short that contains one diff --git a/files/en-us/web/api/xpathexception/index.html b/files/en-us/web/api/xpathexception/index.html index 2fa5b1492e2a6cb..5fdcbbadc0b37e4 100644 --- a/files/en-us/web/api/xpathexception/index.html +++ b/files/en-us/web/api/xpathexception/index.html @@ -9,7 +9,7 @@ - Reference - XPath --- -

{{APIRef("DOM XPath")}}{{Obsolete_Header}}

+

{{APIRef("DOM XPath")}}{{Deprecated_Header}}

In the DOM XPath API the XPathException interface represents exception conditions that can be encountered while performing XPath operations.