W3C home > Mailing lists > Public > public-qt-comments@w3.org > November 2002

Formal Semantics: 5.12.2: markup error

From: Michael Dyck <jmdyck@ibiblio.org>
Date: Sun, 10 Nov 2002 14:58:59 -0500 (EST)
To: public-qt-comments@w3.org
Message-id: <3DCEB9F9.FA5C7734@ibiblio.org>




XQuery 1.0 and XPath 2.0 Formal Semantics
W3C Working Draft 16 August 2002

In section 5.12.2 "Typeswitch", under "Static Type Analysis", the
paragraph beginning "Otherwise, the input variable ..." is embedded
in a <div align="center"> that contains the inference rules above
and below it. That is, the structure is like this:

    <div>
        <table>inference rule</table>
        <p>Otherwise, ...</p>
        <table>inference rule</table>
    </div>

However, I'm pretty sure it should be like this:

    <div><table>inference rule</table></div>
    <p>Otherwise, ...</p>
    <div><table>inference rule</table></div>

-Michael Dyck
Received on Monday, 11 November 2002 05:08:47 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:13:58 GMT