- From: <bugzilla@jessica.w3.org>
- Date: Mon, 16 Nov 2015 17:45:51 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29277 --- Comment #9 from Michael Dyck <jmdyck@ibiblio.org> --- (In reply to Michael Kay from comment #5) > > Note: The result of any dynamic function call to the function returned by > the NamedFunctionRef does not depend in any way on the static or dynamic > context of that dynamic function call. No, that's not true. E.g. consider: let $f := abs#1, $i := -1 return $f($i) Here, the result of the DFC $f($i) definitely does depend on the dynamic context of that DFC (via the dynamic context of the VarRef). Other than that, I believe the suggested change is an improvement. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 16 November 2015 17:45:54 UTC