mirror of https://github.com/gorhill/uBlock.git
Updated Procedural cosmetic filters (markdown)
parent
6e87ca5389
commit
fbe1cf68c3
|
@ -55,12 +55,16 @@ The `:has(arg)` operator is actually a planned pseudo-class in CSS4, but as of w
|
|||
|
||||
### `subject:if(arg)`
|
||||
|
||||
**Do not use.**
|
||||
|
||||
Deprecated in favor of [`:has(...)`](#subjecthasarg) in uBO 1.15.0
|
||||
|
||||
***
|
||||
|
||||
### `subject:if-not(arg)`
|
||||
|
||||
**Do not use.**
|
||||
|
||||
Deprecated in favor of [`:not(:has(arg))`](#subjectnotarg) operator.
|
||||
|
||||
***
|
||||
|
@ -124,6 +128,8 @@ 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)
|
||||
|
||||
***
|
||||
|
@ -147,6 +153,8 @@ Introduced in uBO [1.25.3b0](https://github.com/gorhill/uBlock/commit/72bb700568
|
|||
|
||||
### `subject:watch-attrs(arg)`
|
||||
|
||||
**Do not use.**
|
||||
|
||||
Deprecated in favor of [`subject:watch-attr(arg)`](#subjectwatch-attrarg) in [1.20.1b3](https://github.com/gorhill/uBlock/commit/41685f4cce084f3f89e9cdd8fc1cde5b57862958)
|
||||
|
||||
***
|
||||
|
|
Loading…
Reference in New Issue