[Bug 1685] New: [FS] please place "if" before "then"

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

           Summary: [FS] please place "if" before "then"
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Formal Semantics
        AssignedTo: simeon@us.ibm.com
        ReportedBy: fred.zemke@oracle.com
         QAContact: public-qt-comments@w3.org


4.1.5 Function calls
Under "Notations", the three definitions of mappings would be
more readable if you adopted the convention of placing the
"if" statement before the value rather than after the value.
Thus the first one would be rewritten:

[Expr]atomicAtomize(SequenceType) denotes

  if SequenceType <: xdt:anyAtomic* and ...
  then fn:data(Expr)
  else Expr

Received on Sunday, 17 July 2005 21:36:25 UTC