- From: <bugzilla@jessica.w3.org>
- Date: Sat, 10 Sep 2011 21:27:27 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13303 Jonathan Robie <jonathan.robie@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Jonathan Robie <jonathan.robie@gmail.com> 2011-09-10 21:27:27 UTC --- Very useful feedback. And I agree with the direction you suggest. I added this phrase: <quote> If a variable is bound in the static context for an expression, that variable is in scope for the entire expression <phrase diff="add">unless it is occluded by another binding that uses the same name within that scope</phrase> </quote> The word "occluded" is used in this way several times in the section on FLWOR Expressions, so I thought using it here would be helpful. I deleted this phrase: <quote> <phrase diff="del">If a variable reference matches two or more variable bindings that are in scope, then the reference is taken as referring to the inner binding, that is, the one whose scope is smaller.</phrase> </quote> -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Saturday, 10 September 2011 21:27:34 UTC