[Bug 1718] New: [FS] editorial: 5.14 Variable Declaration

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1718

           Summary: [FS] editorial: 5.14 Variable Declaration
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Formal Semantics
        AssignedTo: simeon@us.ibm.com
        ReportedBy: jmdyck@ibiblio.org
         QAContact: public-qt-comments@w3.org


5.14 Variable Declaration

Norm
"normalizes the variable and its corresponding expression,"
    Change to "normalizes its initializing expression".

(Norm completeness)
    Missing the case where a non-external variable is declared without a
    type declaration.

SCP / rule 2
    For the case of an external variable, it should be unnecessary to
    augment the statEnv, because statEnvDefault will have already provided
    a type for the variable. (Similar to DCP / rule 2.)

DCP / rule 1 / conclusion
"(:= Expr | external)"
    Change to ":= Expr".

(DCP completeness)
    Again, missing the case of a non-external variable with a type decl.

Received on Monday, 18 July 2005 21:02:46 UTC