Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Dom_Query
-
Labels:None
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).
Patch included