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

remove deprecated operator from documentation, people are still using it possibly just because it's there, skipping the watning to not use

Raymond Hill 2022-09-11 14:24:17 -04:00
parent 2218b33c8b
commit 3a1751c9be

@ -145,14 +145,6 @@ Note that if _arg_ is valid CSS selector, uBO will not consider the `:not` opera
***
### `subject:nth-ancestor(n)`
**Do not use.**
Deprecated in favor of [`subject:upward(arg)`](#subjectupwardarg) in [1.25.3b0](https://github.com/gorhill/uBlock/commit/72bb70056843024b1a31fe1ab9c90bd4e8260ba2)
***
### `subject:upward(arg)`
- Description: lookup the ancestor relative to the currently selected node.