From aa719eee4d935037eced4b11adae6984a788eb2b Mon Sep 17 00:00:00 2001 From: stonecrusher Date: Tue, 16 Mar 2021 15:18:28 +0100 Subject: [PATCH] Link xpath MDN doc in xpath section --- Procedural-cosmetic-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index f681029..664963f 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -182,7 +182,7 @@ By default hiding by procedural filters is reevaluated only when nodes in sub-tr ### `subject:xpath(arg)` -- Description: Create a new set of elements by evaluating a XPath using _subject_ as the context node (optional) and _arg_ as the expression. +- Description: Create a new set of elements by evaluating an [XPath expression](https://developer.mozilla.org/en-US/docs/Web/XPath) using _subject_ as the context node (optional) and _arg_ as the expression. - Chainable: Yes. - _subject_: Optional. Can be a plain CSS selector, or a procedural cosmetic filter. - _arg_: A valid XPath expression.