From 3a1751c9bead48c5314245fe3200b45e976aeae4 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 Sep 2022 14:24:17 -0400 Subject: [PATCH] remove deprecated operator from documentation, people are still using it possibly just because it's there, skipping the watning to not use --- Procedural-cosmetic-filters.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index f2df3c4..e7fa772 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -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.