[Bug 26863] invoking filter

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26863

--- Comment #2 from Philippe Le Hegaret <plh@w3.org> ---
Implementations will either take a Function or an Object with the acceptNode
function for the filter parameter, so it's not just about calling the
acceptNode method. The spec has a note for that effect already. However, when
both are offered, implementations will use the function directly (ie the filter
will return FILTER_ACCEPT in this case) and acceptNode will not get called. The
spec is however silent on which one to choose.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 19 September 2014 20:21:11 UTC