[Invalid] Incorrect element hiding exception behavior

Posting here is no longer possible, please use the corresponding product forum.
Locked
knight00931
Posts: 62
Joined: Fri Aug 27, 2010 5:53 am
Location: Taiwan

[Invalid] Incorrect element hiding exception behavior

Post 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.
Wladimir Palant

Re: Incorrect element hiding exception behavior on #3493

Post 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.
Guest

Re: Incorrect element hiding exception behavior on #3493

Post 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.
Locked