Bug 23935 - Nested :not() and non-simple selectors in :not() should be invalid
Summary: Nested :not() and non-simple selectors in :not() should be invalid
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: David Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 16:07 PST by David Smith
Modified: 2009-02-14 12:41 PST (History)
0 users

See Also:


Attachments
Fail to parse the selector if it has nested :not()s (5.72 KB, patch)
2009-02-12 16:09 PST, David Smith
no flags Details | Formatted Diff | Diff
Coding style tweak (6.29 KB, patch)
2009-02-12 17:02 PST, David Smith
no flags Details | Formatted Diff | Diff
resolve-Changelogs screwed up before (5.85 KB, patch)
2009-02-12 17:04 PST, David Smith
hyatt: review+
Details | Formatted Diff | Diff
Fix the remaining tests. (6.84 KB, patch)
2009-02-12 17:18 PST, David Smith
catfish.man: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2009-02-12 16:07:27 PST
Not doing this causes 8 failures on http://ejohn.org/apps/selectortest/#target
Comment 1 David Smith 2009-02-12 16:09:59 PST
Created attachment 27627 [details]
Fail to parse the selector if it has nested :not()s

Just rebuilding to do a final layout test run now; it passed before svn upping so it should still pass.
Comment 2 David Smith 2009-02-12 17:02:53 PST
Created attachment 27631 [details]
Coding style tweak
Comment 3 David Smith 2009-02-12 17:04:01 PST
Created attachment 27632 [details]
resolve-Changelogs screwed up before
Comment 4 Dave Hyatt 2009-02-12 17:08:39 PST
Comment on attachment 27632 [details]
resolve-Changelogs screwed up before

r=me
Comment 5 David Smith 2009-02-12 17:18:15 PST
Created attachment 27633 [details]
Fix the remaining tests. 

Reviewed on irc