[Bug 1711] New: [FS] editorial: 5.6 Construction Declaration

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

           Summary: [FS] editorial: 5.6 Construction 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.6 Construction Declaration

Grammar
ConstructionDecl ::= "declare" "construction" ("preserve" | "strip")
    The inference rules use the undefined symbol 'ConstructionMode'.
    Might as well define:
        ConstructionMode ::= "preserve" | "strip"

DCP
"The construction declaration does not have any affect on ..."
    s/affect/effect/   or  s/have any affect on/affect/

Received on Monday, 18 July 2005 07:27:47 UTC