Page 1 of 1

[Invalid] Incorrect element hiding exception behavior

Posted: Sat Jun 23, 2012 5:23 pm
by knight00931
Tested on Nightly 20120622 / ABP dev 2.1rc.3495

According to forum/viewtopic.php?t=5579#p60795, this filter

Code: Select all

adblockplus.org##body
should be ignored if there is another filter

Code: Select all

adblockplus.org#@#body
But adblockplus.org#@body works as well...I think that's incorrect.

Re: Incorrect element hiding exception behavior on #3493

Posted: Sun Jun 24, 2012 11:06 pm
by Wladimir Palant
The behavior is correct - the second form uses the simplified element hiding syntax which doesn't have the second #. We will likely drop support for that syntax later but so far we didn't.

Re: Incorrect element hiding exception behavior on #3493

Posted: Sun Jun 24, 2012 11:56 pm
by Guest
Wladimir Palant wrote:The behavior is correct - the second form uses the simplified element hiding syntax which doesn't have the second #. We will likely drop support for that syntax later but so far we didn't.
I totally forgot that, thanks for explaining.