<$list filter="[all<active-task>]"> </$list>
Such that it will return all tiddlers matching the macro/filter.
The similar may also be valid for the is operator, but as far as the use of english is concerned could do the following
<$list filter="[is<active-task>]"> </$list>
Such that it will match if the CurrentTiddler matches the <active-task> filter.
This would in effect expand the filter to
[all[current]<active-task>
And perhaps to make has[draft.of] only needed in exceptional cases
[all[current]!has[draft.of]<active-task>
As far as I can see this should all be backwards compatible however along with the subfilter operator it now permit named filters to be used in all key cases of using filters.
Regards
Tony