1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Link xpath MDN doc in xpath section

stonecrusher 2021-03-16 15:18:28 +01:00
parent aa4221453e
commit aa719eee4d

@ -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.