[Bug 1803] New: [FS] editorial: E.1.4.1 Simply erases

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

           Summary: [FS] editorial: E.1.4.1 Simply erases
           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


E.1.4.1 Simply erases

Notation / rule 1 / judgment_form_declaration 1
"statEnv |- SimpleValue simply erases to String"
    It seems like statEnv isn't needed for these judgments.

Sem / rule 2
"statEnv |- SimpleValue1 simply erases to String1 SimpleValue1 != ()"
    This is formatted like one premise, but it's actually two.
    (Ditto the line after it.)
(leftover from last year, comment #263)

Sem / rule 3 / conclusion
"AtomicValue of type AtomicTypeName"
    This is ungrammatical.
    s/AtomicValue/AtomicValueContent/g
    An AtomicTypeName is not a TypeName.
(leftover from last year, comment #264)

Sem / rule 3 / conclusion
"simply erases to dm:string-value(AtomicValue) of type xdt:untypedAtomic"
    But this doesn't conform to the judgment form declaration:
        ... simply erases to String

Received on Friday, 22 July 2005 04:02:17 UTC