[Bug 26856] New: [XP31] comparison examples

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

            Bug ID: 26856
           Summary: [XP31] comparison examples
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
               URL: https://www.w3.org/XML/Group/qtspecs/specifications/xq
                    uery-31/html/xpath-31.html#id-value-comparisons
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XPath 3.1
          Assignee: jonathan.robie@gmail.com
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org

In XP31 we read:

Here are some examples of value comparisons:

    ...

    The following comparison is true because atomization converts an array to
its member sequence:

    [ "Kennedy" ] = "Kennedy" 


This isn't a value comparison - it's a general comparison.  Should it have been
in the general comparison section, or should it have been 

    [ "Kennedy" ] eq "Kennedy" 

?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 19 September 2014 12:07:48 UTC