Bug 249914
Summary: | Make :has() unforgiving | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michał Gołębiowski-Owczarek <m.goleb+bugzilla> |
Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | karlcow, koivisto, myakura.web, ntim, webkit-bug-importer |
Priority: | P2 | Keywords: | BrowserCompat, InRadar |
Version: | Safari Technology Preview | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=244708 |
Michał Gołębiowski-Owczarek
Per the CSS WG resolution:
https://github.com/w3c/csswg-drafts/issues/7676#issuecomment-1341347244
`:has()` should be unforgiving now.
It has already been fixed in Chrome:
https://bugs.chromium.org/p/chromium/issues/detail?id=1399744
Firefox hasn't implemented `:has()` yet.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Karl Dubost
Needs probably to review these previous bugs too.
https://bugs.webkit.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&list_id=8864308&query_format=advanced&short_desc=has%20invalidation&short_desc_type=allwordssubstr
Radar WebKit Bug Importer
<rdar://problem/103733208>
Tim Nguyen (:ntim)
(In reply to Karl Dubost from comment #1)
> Needs probably to review these previous bugs too.
> https://bugs.webkit.org/buglist.
> cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOP
> ENED&list_id=8864308&query_format=advanced&short_desc=has%20invalidation&shor
> t_desc_type=allwordssubstr
These bugs are unrelated, this is about parsing, the other ones are about style matching/invalidation
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/8428
EWS
Committed 258712@main (2eca427ede13): <https://commits.webkit.org/258712@main>
Reviewed commits have been landed. Closing PR #8428 and removing active labels.