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 1711 - [FS] editorial: 5.6 Construction Declaration
Summary: [FS] editorial: 5.6 Construction Declaration
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Formal Semantics 1.0 (show other bugs)
Version: Last Call drafts
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Jerome Simeon
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-18 07:27 UTC by Michael Dyck
Modified: 2007-01-16 17:35 UTC (History)
0 users

See Also:


Attachments

Description Michael Dyck 2005-07-18 07:27:43 UTC
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/
Comment 1 Jerome Simeon 2006-04-16 02:03:18 UTC
Fixed as suggested.
- Jerome