From ea63080d2c2d419b1995bc5c66e204fc51eea57b Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 2 Mar 2021 20:43:48 +0900 Subject: [PATCH] Mark XPathException obsolete (#2783) Related: https://github.com/mdn/content/issues/80 --- 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 5741ecb37616f25..8e6f19279c7db43 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")}}
+
{{APIRef("DOM XPath")}}{{Obsolete_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 a0243f41f2cc78b..2fa5b1492e2a6cb 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")}}

+

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

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