From 5949b668f18e1d61f1d3ab908a99cdc30f608bd1 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 2 Mar 2021 03:07:54 +0900 Subject: [PATCH] Mark XPathException obsolete 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.