Side navigation
#14793 closed bug (fixed)
Opened February 13, 2014 08:26PM UTC
Closed April 18, 2014 09:19PM UTC
Attribute selector parsing is too liberal
Reported by: | gibson042 | Owned by: | gibson042 |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | selector | Version: | 2.0.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Attachments (0)
Change History (2)
Changed February 13, 2014 08:28PM UTC by comment:1
component: | unfiled → selector |
---|---|
description: | Problem cases: \ * [attr=] (Sizzle) \ * [attr='v:s] (qSA,Sizzle) \ * [attr='v:'s'] (Sizzle) \ * [attr='v:'s''] (Sizzle) \ \ http://jsfiddle.net/C8dgG/29/ → Problem cases: \ * `[attr=]` \ * `[attr='v:s]` \ * `[attr='v:'s']` \ * `[attr='v:'s'']` \ \ http://jsfiddle.net/C8dgG/29/ |
owner: | → gibson042 |
priority: | undecided → high |
status: | new → assigned |