This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20351 - 4.2: "depends on" relation (editorial)
Summary: 4.2: "depends on" relation (editorial)
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.0 (show other bugs)
Version: Member-only Editors Drafts
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 06:46 UTC by Michael Dyck
Modified: 2013-11-05 00:41 UTC (History)
0 users

See Also:


Attachments

Description Michael Dyck 2012-12-12 06:46:57 UTC
In 4.2 "Module Declaration"...

"[Definition: a variable value (or the context item) depends on another variable value (or the context item) if, during the evaluation of the initializing expression of the former, the latter is accessed through the module context.]"

 -- s/ a / A /

 -- Shouldn't the words "depends on" be in bold?

"In the following example, the variable value $a depend onthe variable value $b ..."

 -- s/onthe/on the/

 -- s/depend on/depends on/

 -- $a is not a variable value, it's (roughly) the name of a variable.
    So s/the variable value $a/the value of variable $a/
    Ditto $b.

"This graph may not contain cycles ..."

 -- s/may not/must not/

Lastly, this stuff doesn't belong here. Section 4.2 is about module declarations, which only occur in library modules, but the 'depends on'
relation and error XQDY0054 are just as applicable to main modules.
Move it to 4.16 "Variable Declaration"?
Comment 1 Jonathan Robie 2013-10-19 18:04:04 UTC
Done. Changes will appear in the next HTML build.