This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
4 Expressions Core Grammar "[31 (Core)] ExprSingle ::= ... Add QuantifiedExpr! "It is a static type error" 'static error' and 'type error' are distinct, so delete "static"? (If an implementation doesn't support STA, is Dynamic Evaluation required to raise an error in these circumstances?) "for any expression to have the empty type, except for the following expressions and functions" Functions don't have type per se. You should probably be talking about FunctionCalls. "empty parenthesis" (throughout) s/parenthesis/parentheses/ ? "those exception" Change to "these exceptions". "a static type error is raised." Delete "static"? "an empth parenthesis" s/empth/empty/
Made most of the suggested fixes, although kept "static" adjective to indicate that the type error is raised during _static analysis_, not _dynamic evaluation_.
You still need to add QuantifiedExpr to [23 (Core)] ExprSingle.
Done. - Jerome