- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 23 Mar 2010 13:06:18 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8873 Michael Kay <mike@saxonica.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike@saxonica.com Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Michael Kay <mike@saxonica.com> 2010-03-23 13:06:18 --- The concept of "global" scope seems a bit unnecessary: the only component defined with global scope is XPath 1.0 compatibility mode, which has a fixed value of "false", and it could therefore have that fixed value at module scope without any detrimental effects. In fact, we really don't want anything in the static context to have global scope, since it will invariably get in the way of separate compilation of modules. So I would recommend getting rid of it. -- 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 Tuesday, 23 March 2010 13:06:20 UTC