[Bug 14236] [XPath30] editorial: 3.1.7: "function declaration"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=14236

Michael Dyck <jmdyck@ibiblio.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #6 from Michael Dyck <jmdyck@ibiblio.org> 2011-12-13 18:30:18 UTC ---
Section 3.1.7 has been fixed. However...

In appendix F, you changed
    a function declaration
to
    an inline function expression

but the error covers both constructs, so you need to change it to:
    <phrase role="xquery">a function declaration or</phrase>
    an inline function expression

or even something like:
    <phrase role="xquery">a function declaration or</phrase>
    <phrase diff="add>an inline function expression</phrase>
(Strictly speaking, the "or" should be part of the diff-add,
but capturing that gets messy.)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 13 December 2011 18:30:26 UTC