ZF-8006: Zend_Dom_Query_Css2Xpath direct descendants syntax breaks w/whitespace
Description
Using the css query syntax for direct descendants with whitespace on either side of the '>' breaks the parsing.
Works: "div>a" Fails: "div > a"
Manual docs shows example with whitespace, and jQuery allows whitespace as well (consistency).
Comments
Posted by Chris Martin (cgmartin) on 2009-10-02T13:45:40.000+0000
Patch included
Posted by Matthew Weier O'Phinney (matthew) on 2010-01-21T09:35:00.000+0000
Fixed in trunk and the 1.10 release branch; thanks for the patch!