mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Add clarifying comment
This commit is contained in:
parent
a603d69daa
commit
2f0ad153dd
1 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,8 @@ FilterContainer.prototype.reset = function() {
|
|||
this.highlyGeneric.complex.mru.reset();
|
||||
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/:is#browser_compatibility
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/:not#browser_compatibility
|
||||
// Need support for both `:is()` and `:not()` with selector list.
|
||||
this.cssIs =
|
||||
vAPI.webextFlavor.soup.has('firefox') && vAPI.webextFlavor.major >= 84 ||
|
||||
vAPI.webextFlavor.soup.has('chromium') && vAPI.webextFlavor.major >= 88;
|
||||
|
|
Loading…
Reference in a new issue