Bug 206654 - :matches() doesn't combine correctly with pseudo elements
Summary: :matches() doesn't combine correctly with pseudo elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
: 145357 181078 198204 (view as bug list)
Depends on:
Blocks: 206848
  Show dependency treegraph
 
Reported: 2020-01-23 05:24 PST by Antti Koivisto
Modified: 2020-01-27 15:24 PST (History)
16 users (show)

See Also:


Attachments
patch (6.50 KB, patch)
2020-01-23 05:49 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (15.45 KB, patch)
2020-01-23 07:39 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (15.67 KB, patch)
2020-01-23 07:43 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (17.28 KB, patch)
2020-01-23 09:01 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2020-01-23 05:24:42 PST
Selectors like 

::matches(foo, .parent .child)::first-letter

never match.
Comment 1 Antti Koivisto 2020-01-23 05:25:41 PST
:matches(foo, .parent .child)::first-letter
Comment 2 Antti Koivisto 2020-01-23 05:49:23 PST
Created attachment 388537 [details]
patch
Comment 3 Antti Koivisto 2020-01-23 07:39:24 PST
Created attachment 388542 [details]
patch
Comment 4 Antti Koivisto 2020-01-23 07:43:41 PST
Created attachment 388543 [details]
patch
Comment 5 Antti Koivisto 2020-01-23 09:01:07 PST
Created attachment 388551 [details]
patch
Comment 6 Simon Fraser (smfr) 2020-01-23 12:46:46 PST
How does this relate to bug 145357, bug 181078, and bug 198204 ?
Comment 7 Antti Koivisto 2020-01-24 00:02:16 PST
*** Bug 145357 has been marked as a duplicate of this bug. ***
Comment 8 Antti Koivisto 2020-01-24 00:03:23 PST
*** Bug 181078 has been marked as a duplicate of this bug. ***
Comment 9 Antti Koivisto 2020-01-24 00:03:52 PST
*** Bug 198204 has been marked as a duplicate of this bug. ***
Comment 10 WebKit Commit Bot 2020-01-24 00:37:12 PST
Comment on attachment 388551 [details]
patch

Clearing flags on attachment: 388551

Committed r255059: <https://trac.webkit.org/changeset/255059>
Comment 11 WebKit Commit Bot 2020-01-24 00:37:14 PST
All reviewed patches have been landed.  Closing bug.
Comment 12 Radar WebKit Bug Importer 2020-01-24 00:38:16 PST
<rdar://problem/58861903>