1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Add clarifying comment

This commit is contained in:
Raymond Hill 2022-01-12 12:55:53 -05:00
parent a603d69daa
commit 2f0ad153dd
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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