Skip to main content

Bug Tracker

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

Problem cases:

  • [attr=]
  • [attr='v:s]
  • [attr='v:'s']
  • [attr='v:'s'']

http://jsfiddle.net/C8dgG/29/

Attachments (0)
Change History (2)

Changed February 13, 2014 08:28PM UTC by gibson042 comment:1

component: unfiledselector
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: undecidedhigh
status: newassigned

Changed April 18, 2014 09:19PM UTC by Richard Gibson comment:2

resolution: → fixed
status: assignedclosed

Selector: Update Sizzle to 1.10.19

Fixes #14901

Fixes #14793

Changeset: 90b43de21296cf59af7dd37c49c1a9a4f8483f68